UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

6 lines 266 B
import type React from 'react'; import type { ISwitchComponentType } from './types'; export declare function createSwitch<SwitchProps>({ Root, }: { Root: React.ComponentType<SwitchProps>; }): ISwitchComponentType<SwitchProps>; //# sourceMappingURL=index.d.ts.map