@cavell/kit API
    Preparing search index...

    Interface CopyButtonProps

    interface CopyButtonProps {
        copiedLabel?: string;
        copyLabel?: string;
        errorLabel?: string;
        text: string;
    }
    Index
    copiedLabel?: string
    copyLabel?: string

    Idle tooltip label. The kernel is i18n-free — pass translated labels from the host app.

    errorLabel?: string
    text: string