injectFlowbiteButtonGroupState
No documentation has been provided.
Presentation
const injectFlowbiteButtonGroupState : <
U = {
readonly config : FlowbiteButtonGroupConfig ;
readonly customTheme: InputSignal <{
host?:
| { base?: string | undefined; transition ?: string | undefined }
| undefined;
}>;
readonly theme: Signal <{ host: { root: string } }>;
readonly state : CreatedState<ButtonGroup >;
},
>(
injectOptions?: InjectOptions | undefined,
) => Signal <State<U>>;