Skip to main content

s

Function s 

Source
fn s(
    id: &'static str,
    category: &'static str,
    title: &'static str,
    viewport: StoryViewport,
    render: fn() -> String,
) -> Story