UNPKG

onecart-ui

Version:

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

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