1 | import * as React from 'react';
|
2 | export 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 | }
|
10 | export declare const ClipboardCopyToggle: React.FunctionComponent<ClipboardCopyToggleProps>;
|
11 | //# sourceMappingURL=ClipboardCopyToggle.d.ts.map |
\ | No newline at end of file |