UNPKG

obss-air-command-component-library

Version:
10 lines (9 loc) 635 B
import './styles/tokens.css'; export { Button, type ButtonProps } from './components/Button'; export { Input, type InputProps, Select, type SelectProps, type SelectOption, } from './components/FormElement'; export { Navbar } from './components/Navbar'; export { Table, type TableProps, type TableRow, type TableColumn, type SortConfig, } from './components/Table'; export * as Icons from './components/icons'; export { Dialog, UpdateAircraftDialog, DeleteAircraftDialog, } from './components/Dialog'; export { Toast, type ToastProps } from './components/Toast'; export { colors, spacing, typography, radius, shadows } from './tokens';