@tritium-research/react-component
Version:
A react component library based on material-ui, build for tritium internal usecases.
10 lines (9 loc) • 645 B
text/typescript
export { default as Button, type ButtonProps } from "./components/Button";
export { default as Copier, type CopierProps } from "./components/Copier";
export { default as Input, type InputProps } from "./components/Input";
export { default as Modal, type ModalProps } from "./components/Modal";
export { default as Row, type RowProps } from "./components/Row";
export { default as Select, type SelectProps } from "./components/Select";
export { default as Table, type TableProps } from "./components/Table";
export { default as Tabs, type TabsProps } from "./components/Tabs";
export { default as Text, type TextProps } from "./components/Text";