UNPKG

baseui

Version:

A React Component library implementing the Base design language

7 lines (6 loc) 436 B
export { default as StatefulSwitch } from './stateful-switch'; export { default as StatefulContainer } from './stateful-switch-container'; export { default as Switch } from './switch'; export { Root as StyledRoot, Toggle as StyledToggle, ToggleTrack as StyledToggleTrack, Label as StyledLabel, Input as StyledInput, } from './styled-components'; export { STATE_TYPE, LABEL_PLACEMENT, SIZE } from './constants'; export * from './types';