@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
4 lines • 383 B
TypeScript
import { SwitchStyle, switchStyle } from "./switch.style.js";
import { UseSwitchProps, UseSwitchReturn, useSwitch } from "./use-switch.js";
import { Switch, SwitchProps, SwitchPropsContext, useSwitchPropsContext } from "./switch.js";
export { Switch, type SwitchProps, SwitchPropsContext, SwitchStyle, UseSwitchProps, UseSwitchReturn, switchStyle, useSwitch, useSwitchPropsContext };