components / Variable

injectFlowbiteClipboardState

No documentation has been provided.

Presentation

const injectFlowbiteClipboardState: <
  U = {
    readonly config: FlowbiteClipboardConfig;
    readonly clipboard: Clipboard;
    readonly id: InputSignal<string | undefined>;
    readonly value: InputSignal<string | undefined>;
    readonly customTheme: InputSignal<{
      host?:
        | { base?: string | undefined; transition?: string | undefined }
        | undefined;
    }>;
    readonly theme: Signal<{ host: { root: string } }>;
    readonly state: CreatedState<Clipboard>;
    onClick: () => void;
    copyToClipboard: () => void;
  },
>(
  injectOptions?: InjectOptions | undefined,
) => Signal<State<U>>;
Flowbite Logo Flowbite

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