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

Class OnIconButtonToggleProps

src/icon_button_toggle/on_icon.rs:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected