UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

10 lines (9 loc) 339 B
/** * Web CopyOnClick Component */ import type { CopyOnClickAllProps } from './types'; declare const CopyOnClick: { ({ children, className, disabled, showCursor, copyContent, tooltipContent, ...props }: CopyOnClickAllProps): import("react/jsx-runtime").JSX.Element; _supportsSpacingProps: boolean; }; export default CopyOnClick;