injectFlowbiteModalOverlayState
No documentation has been provided.
Presentation
const injectFlowbiteModalOverlayState : <
U = {
readonly config : FlowbiteModalOverlayConfig ;
readonly position: InputSignal <keyof FlowbiteModalOverlayPositions >;
readonly customTheme: InputSignal <{
host?:
| {
base?: string | undefined;
transition ?: string | undefined;
position?:
| {
[x: string]: string | undefined;
"bottom-left"?: string | undefined;
"bottom-right"?: string | undefined;
"bottom-center"?: string | undefined;
"top-left"?: string | undefined;
"top-center"?: string | undefined;
"top-right"?: string | undefined;
"center-left"?: string | undefined;
center?: string | undefined;
"center-right"?: string | undefined;
}
| undefined;
}
| undefined;
}>;
readonly theme: Signal <{ host: { root: string } }>;
readonly state : CreatedState<ModalOverlay >;
},
>(
injectOptions?: InjectOptions | undefined,
) => Signal <State<U>>;