UNPKG

@oxyhq/services

Version:

OxyHQ Expo/React Native SDK — UI components, screens, and native features

20 lines (17 loc) 430 B
declare module '@expo/vector-icons' { import type React from 'react'; export const Ionicons: React.ComponentType<{ name: string; size?: number; color?: string; style?: Record<string, unknown>; testID?: string; }>; export const MaterialCommunityIcons: React.ComponentType<{ name: string; size?: number; color?: string; style?: Record<string, unknown>; testID?: string; }>; }