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

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

title! ({
    .header_text(<String>)
    .header_text_signal(<Theader_textSignal : futures_signals :: signal :: Signal < Item = String >>)
    .sub_header_text(<Option < String >>)
    .sub_header_text_signal(<Tsub_header_textSignal : futures_signals :: signal :: Signal < Item = Option <
String > >>)
    .apply(<TApplyFn>)
});