components / Variable

injectFlowbiteAccordionState

No documentation has been provided.

Presentation

const injectFlowbiteAccordionState: <
  U = {
    readonly config: FlowbiteAccordionConfig;
    readonly color: InputSignal<keyof FlowbiteAccordionColors>;
    readonly flush: InputSignalWithTransform<boolean, unknown>;
    readonly customTheme: InputSignal<{
      host?:
        | { base?: string | undefined; transition?: string | undefined }
        | undefined;
    }>;
    readonly theme: Signal<{ host: { root: string } }>;
    readonly state: CreatedState<Accordion>;
  },
>(
  injectOptions?: InjectOptions | undefined,
) => Signal<State<U>>;
Flowbite Logo Flowbite

© 2019-2025 Flowbite™ is a registered trademark. All Rights Reserved.