UNPKG

@gluestack-ui/switch

Version:

A universal headless Switch component for React Native, Next.js & React

6 lines (5 loc) 231 B
import type React from 'react'; import type { ISwitchComponentType } from './types'; export declare function createSwitch<SwitchProps>({ Root, }: { Root: React.ComponentType<SwitchProps>; }): ISwitchComponentType<SwitchProps>;