UNPKG

onecart-ui

Version:

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

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