interface CopyButtonProps {
    customClassName?: string;
    customConfirmText?: string;
    customCopiedText?: string;
    customStartingText?: string;
    element: HTMLElement;
}

Properties

customClassName?: string
customConfirmText?: string
customCopiedText?: string
customStartingText?: string
element: HTMLElement