UNPKG

onecart-ui

Version:

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

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