UNPKG

onecart-ui

Version:

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

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