/** * 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';