UNPKG

qvt-components

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

11 lines (10 loc) 562 B
export { Slider } from "./Forms/Slider/Slider"; export { TextArea } from "./Forms/TextArea/TextArea"; export { Switch } from "./Forms/Switch/Switch"; export { SelectItem, SelectGroup } from "./Forms/Select/Select"; export { Checkbox } from "./Forms/Checkbox/Checkbox"; export { FormControl } from "./Forms/FormControl/FormControl"; export { Input } from "./Forms/Input/Input"; export { Heading } from "./Typography/Heading/Heading"; export { Button } from "./Forms/Button/Button"; export {default as SwitchSelector} from "./Forms/SwitchSelector/SwitchSelector";