Macro leptos_use::js

source ยท
macro_rules! js {
    ($attr:literal in $($obj:tt)*) => { ... };
    ($obj:ident[$attr:literal] = $($val:tt)*) => { ... };
    ($obj:ident[$attr:literal]) => { ... };
}