UNPKG

onecart-ui

Version:

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

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