UNPKG

@patternfly/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

9 lines 443 B
import * as React from 'react'; export interface ClipboardCopyActionProps extends React.HTMLProps<HTMLLIElement> { /** Content rendered inside the clipboard copy action. */ children?: React.ReactNode; /** Additional classes added to the clipboard copy action. */ className?: string; } export declare const ClipboardCopyAction: React.FunctionComponent<ClipboardCopyActionProps>; //# sourceMappingURL=ClipboardCopyAction.d.ts.map