UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

7 lines (6 loc) 490 B
import { SwitchButtonProps, SwitchContext, SwitchProps } from "./switch.types.js"; import { SwitchProvider, useSwitchContext } from "./context.js"; import { SwitchButton, SwitchButtonBase } from "./switchButton.js"; import { SwitchLabel } from "./switchLabel.js"; import { Switch, SwitchBase } from "./switchMain.js"; export { Switch, SwitchBase, SwitchButton, SwitchButtonBase, type SwitchButtonProps, type SwitchContext, SwitchLabel, type SwitchProps, SwitchProvider, useSwitchContext };