UNPKG

onecart-ui

Version:

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

9 lines 283 B
import React from 'react'; export interface RemoveProps { size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number; color?: string; className?: string; style?: React.CSSProperties; } export declare const Remove: React.FC<RemoveProps>; //# sourceMappingURL=Remove.web.d.ts.map