UNPKG

geostyler

Version:
10 lines (9 loc) 218 B
import { default as React } from 'react'; export interface ColorsPreviewProps { /** List of colors to preview */ colors: string[]; } /** * */ export declare const ColorsPreview: React.FC<ColorsPreviewProps>;