components / Variable

injectFlowbiteCardContentState

No documentation has been provided.

Presentation

const injectFlowbiteCardContentState: <
  U = {
    readonly config: FlowbiteCardContentConfig;
    readonly cardState: Signal<
      State<{
        readonly config: any;
        readonly color: any;
        readonly size: any;
        readonly orientation: any;
        readonly customTheme: any;
        readonly theme: any;
        readonly state: any;
      }>
    >;
    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;
            size?:
              | {
                  [x: string]: string | undefined;
                  xs?: 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<CardContent>;
  },
>(
  injectOptions?: InjectOptions | undefined,
) => Signal<State<U>>;
Flowbite Logo Flowbite

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