injectFlowbiteAccordionContentState
No documentation has been provided.
Presentation
const injectFlowbiteAccordionContentState : <
U = {
readonly config : FlowbiteAccordionContentConfig ;
readonly accordionState: Signal <
State<{
readonly config : any;
readonly color: any;
readonly flush : any;
readonly customTheme: any;
readonly theme: any;
readonly state : any;
}>
>;
readonly ngpAccordionItemState: Signal <State<NgpAccordionItem<unknown>>>;
readonly customTheme: InputSignal <{
host?:
| {
base?: string | undefined;
transition ?: string | undefined;
color?:
| {
[x: string]:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
warning?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
default?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
info?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
failure?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
success?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
primary?:
| { light?: string | undefined; dark?: string | undefined }
| undefined;
}
| undefined;
flush ?:
| { off?: string | undefined; on?: string | undefined }
| undefined;
open?:
| { off?: string | undefined; on?: string | undefined }
| undefined;
}
| undefined;
}>;
readonly theme: Signal <{ host: { root: string } }>;
readonly state : CreatedState<AccordionContent >;
},
>(
injectOptions?: InjectOptions | undefined,
) => Signal <State<U>>;