@yamlresume/playground
    Preparing search index...

    Interface ToolbarCopyButtonProps

    Props for the ToolbarCopyButton component.

    interface ToolbarCopyButtonProps {
        onClick: () => void | Promise<void>;
        title?: string;
    }
    Index
    onClick: () => void | Promise<void>

    Callback triggered to perform the copy action. Can be async.

    title?: string

    The tooltip text. Defaults to 'Copy'.