Variable ToggleButtonDefinitionConst
ToggleButtonDefinition: {
classNames: {
content: "bui-ToggleButtonContent";
root: "bui-ToggleButton";
};
propDefs: {
children: {};
className: {};
iconEnd: {};
iconStart: {};
size: { dataAttribute: true; default: "small" };
};
styles: { readonly [key: string]: string };
} = ...
Type Declaration
ReadonlyclassNames: { content: "bui-ToggleButtonContent"; root: "bui-ToggleButton" }
ReadonlypropDefs: {
children: {};
className: {};
iconEnd: {};
iconStart: {};
size: { dataAttribute: true; default: "small" };
}
styles: { readonly [key: string]: string }
Component definition for ToggleButton