injectFlowbiteModalState
No documentation has been provided.
Presentation
const injectFlowbiteModalState : <
U = {
readonly config : FlowbiteModalConfig ;
readonly size: InputSignal <keyof FlowbiteModalSizes >;
readonly customTheme: InputSignal <{
host?:
| {
base?: string | undefined;
transition ?: string | undefined;
size?:
| {
[x: string]: string | undefined;
sm?: string | undefined;
md?: string | undefined;
lg?: string | undefined;
xl?: string | undefined;
}
| undefined;
}
| undefined;
}>;
readonly theme: Signal <{ host: { root: string } }>;
readonly state : CreatedState<Modal >;
},
>(
injectOptions?: InjectOptions | undefined,
) => Signal <State<U>>;