@cap3/capitano-components
Version:
# <div style="color: crimson;">ALPHA DISCLAIMER</div>
18 lines (17 loc) • 405 B
text/typescript
export { Button } from "./Button/Button";
export { Grid } from "./basics/Grid";
export {
H1,
H2,
H3,
H4,
H5,
H6,
Heading,
HeadingLevel,
} from "./Heading/Heading";
export { Icon } from "./Icon/Icon";
export { Icons } from "./Icon/defaultIcons";
export { EllipsisText, Text, MonoText } from "./Text/Text";
export { Spinner } from "./Spinner/Spinner";
export { Input } from "./Input/Input";