UNPKG

488 BTypeScriptView Raw
1import * as React from 'react';
2export interface ClipboardCopyToggleProps extends Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, 'ref'> {
3 onClick: (event: React.MouseEvent) => void;
4 id: string;
5 textId: string;
6 contentId: string;
7 isExpanded?: boolean;
8 className?: string;
9}
10export declare const ClipboardCopyToggle: React.FunctionComponent<ClipboardCopyToggleProps>;
11//# sourceMappingURL=ClipboardCopyToggle.d.ts.map
\No newline at end of file