UNPKG

@cimpress/react-components

Version:
8 lines 224 B
/// <reference types="react" /> interface CopySvgProps { color?: string; size?: string; } export declare const CopySvg: ({ color, size }: CopySvgProps) => JSX.Element; export {}; //# sourceMappingURL=CopySvg.d.ts.map