UNPKG

onecart-ui

Version:

OneCart UI: Cross-platform design tokens + React & React Native components

8 lines 258 B
import React from 'react'; export interface ColorLensProps { size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number; color?: string; style?: any; } export declare const ColorLens: React.FC<ColorLensProps>; //# sourceMappingURL=ColorLens.native.d.ts.map