@resulbeser1/air-command-ui-components
Version:
UI Components for Air Command System
15 lines (14 loc) • 793 B
TypeScript
export declare const placeholder = "init";
export * from "./components/Button";
export * from "./components/Dialog";
export * from "./components/DeleteConfirmationDialog";
export * from "./components/UpdateAircraftDialog";
export { default as Navbar } from "./components/Navbar/Navbar";
export * from "./components/Navbar/Navbar.types";
export { default as Table } from "./components/Table/Table";
export type { SortConfig } from "./components/Table/Table";
export { default as Select } from "./components/FormElements/Select/Select";
export { default as TextInput } from "./components/FormElements/TextInput/TextInput";
export type { TableRowData } from "./components/Table/Table.types";
export { default as Icon } from "./components/Icon/Icon";
export * from "./components/Icon/Icon.types";