@wb-tech/ui-react
Version:
WildBerries react ui-kit
10 lines (9 loc) • 527 B
text/typescript
/**
* Components
**/
export { Button, type IProps as IPropsButton } from './components/button/v2';
export { Checkbox, type IProps as IPropsCheckbox } from './components/checkbox/v2';
export { Title, type IProps as IPropsTypographyTitle } from './components/typography/v2/title';
export { Text, type TProps as IPropsTypographyText } from './components/typography/v2/text';
export { Modal, type IProps as IPropsModal } from './components/modal/v2';
export { Switch, type IProps as IPropsSwitch } from './components/switch/v2';