UNPKG

onecart-ui

Version:

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

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