UNPKG

onecart-ui

Version:

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

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