UNPKG

baseui

Version:

A React Component library implementing the Base design language

4 lines (3 loc) 213 B
export { default as FormControl } from './form-control'; export { Label as StyledLabel, Caption as StyledCaption, ControlContainer as StyledControlContainer, } from './styled-components'; export * from './types';