components / Variable

injectFlowbiteBaseButtonState

No documentation has been provided.

Presentation

const injectFlowbiteBaseButtonState: <
  U = {
    readonly config: FlowbiteBaseButtonConfig;
    readonly color: InputSignal<keyof FlowbiteBaseButtonColors>;
    readonly size: InputSignal<keyof FlowbiteBaseButtonSizes>;
    readonly pill: InputSignalWithTransform<boolean, unknown>;
    readonly outline: InputSignalWithTransform<boolean, unknown>;
    readonly state: CreatedState<BaseButton>;
  },
>(
  injectOptions?: InjectOptions | undefined,
) => Signal<State<U>>;
Flowbite Logo Flowbite

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