macro_rules! card {
($($methods:tt)*) => { ... };
}
Expand description
This macro is generated by the dominator-component-macros
crate.
For more information, see the CardProps.
All generated methods:
ⓘcard! ({
.child(<Dom>)
.child_signal(<TchildSignal : futures_signals :: signal :: Signal < Item = Dom >>)
.apply(<TApplyFn>)
});