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