style: finish based global them

This commit is contained in:
ghost2023
2026-05-20 11:35:00 +03:00
parent 024871c127
commit b9ef5a2b46
9 changed files with 143 additions and 95 deletions

View File

@@ -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";