UNPKG

quevita-design-system

Version:

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

10 lines (9 loc) 481 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";