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