diff --git a/types/catho__quantum/catho__quantum-tests.tsx b/types/catho__quantum/catho__quantum-tests.tsx new file mode 100644 index 0000000000..7cad19dff0 --- /dev/null +++ b/types/catho__quantum/catho__quantum-tests.tsx @@ -0,0 +1,103 @@ +import React = require('react'); +import { + Button, + Tag, + Colors, + Card, + Accordion, + Alert, + Badge, + Checkbox, + CheckboxGroup, + CircularLoader, + Dropdown, + Form, + Validations, + GlobalStyle, + IconFont, + Typography, + BREAKPOINTS, + Col, + Container, + Hide, + Row, + Hamburguer, + Icon, + Modal, + Pagination, + Popover, + ProgressBar, + RadioGroup, + RangeSlider, + Skeleton, + SnackBar, + Socials, + Tab, + TabbedView, + TextArea, + Toggle, + Tooltip, + Input, +} from 'catho__quantum'; + +