mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 04:15:43 +00:00
style: finish based global them
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
export type {
|
||||
ButtonProps,
|
||||
ButtonVariant,
|
||||
ButtonSize,
|
||||
} from "./components/Button";
|
||||
|
||||
export { default as Table } from "./components/Table";
|
||||
export type { TableProps, TableColumn } from "./components/Table";
|
||||
|
||||
@@ -24,7 +18,10 @@ export type {
|
||||
DashboardLayoutProps,
|
||||
} from "./components/Layout";
|
||||
|
||||
export { Button } from "./components/button";
|
||||
export * from "./components/button";
|
||||
export * from "./components/input";
|
||||
|
||||
export * from "./components/card";
|
||||
|
||||
export * from "./components/data-table";
|
||||
|
||||
export * from "./components/dialog";
|
||||
|
||||
Reference in New Issue
Block a user