UNPKG

443 BTypeScriptView Raw
1import * as React from 'react';
2export interface ClipboardCopyActionProps extends React.HTMLProps<HTMLLIElement> {
3 /** Content rendered inside the clipboard copy action. */
4 children?: React.ReactNode;
5 /** Additional classes added to the clipboard copy action. */
6 className?: string;
7}
8export declare const ClipboardCopyAction: React.FunctionComponent<ClipboardCopyActionProps>;
9//# sourceMappingURL=ClipboardCopyAction.d.ts.map
\No newline at end of file