UNPKG

brightyui

Version:

Brighty UI library

4 lines (3 loc) 117 B
import { FC } from 'react'; import { IIconProps } from './IconProps'; export declare const CopyIcon: FC<IIconProps>;