UNPKG

@gluestack-ui/core

Version:

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

7 lines 218 B
import { Switch as SwitchMain } from './Switch'; export function createSwitch({ Root, }) { const Switch = SwitchMain(Root); Switch.displayName = 'Switch'; return Switch; } //# sourceMappingURL=index.jsx.map