UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

5 lines (4 loc) 261 B
import { switchStyle } from "./switch.style.js"; import { useSwitch } from "./use-switch.js"; import { Switch, SwitchPropsContext, useSwitchPropsContext } from "./switch.js"; export { Switch, SwitchPropsContext, switchStyle, useSwitch, useSwitchPropsContext };