MCPcopy Create free account
hub / github.com/angular-rust/yew-components / DrawerHeaderProps

Class DrawerHeaderProps

src/drawer/drawer_header.rs:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8/// Props for [`DrawerHeader`]
9#[derive(Properties, Clone)]
10pub struct DrawerHeaderProps {
11 pub children: Children,
12}
13
14/// Defines header for [`Drawer`][crate::Drawer].
15///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected