| 8 | /// Props for [`DrawerHeader`] |
| 9 | #[derive(Properties, Clone)] |
| 10 | pub struct DrawerHeaderProps { |
| 11 | pub children: Children, |
| 12 | } |
| 13 | |
| 14 | /// Defines header for [`Drawer`][crate::Drawer]. |
| 15 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected