Files
ai-agent/web/components/dashboard/crud/index.ts
T

8 lines
255 B
TypeScript
Raw Normal View History

export { DashboardCrudPage } from "./dashboard-crud-page"
export { DashboardCrudFormDialog } from "./dashboard-crud-form-dialog"
export type {
DashboardCrudFormField,
DashboardCrudPageResult,
DashboardCrudQueryValue,
} from "./dashboard-crud-utils"