UNPKG

onecart-ui

Version:

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

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