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