UNPKG

@voilajsx/uikit

Version:

Cross-platform React components with beautiful themes and OKLCH color science

9 lines 442 B
/** * Native platform adapter - returns React Native components and StyleSheet objects * @param {string} component - Component type * @param {Object} [props={}] - Component props * @returns {Object} Component and styles for React Native platform */ export function nativeAdapter(component: string, props?: Object): Object; export function getNativeComponent(component: string, props: Object): Object; //# sourceMappingURL=native.d.ts.map