macro_rules! carousel {
    ($($methods:tt)*) => { ... };
}
Expand description

This macro is generated by the dominator-component-macros crate. For more information, see the CarouselProps. All generated methods:

carousel! ({
    .item_render_fn(<TItemRenderFn>)
    .apply(<TApplyFn>)
});