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

21 lines
641 B
TypeScript

export { DashboardCrudPage } from "./dashboard-crud-page"
export { DashboardCrudFormDialog } from "./dashboard-crud-form-dialog"
export {
createDashboardStatusColumn,
createDashboardStatusToggleAction,
} from "./dashboard-crud-presets"
export { useDashboardCrudFilters } from "./use-dashboard-crud-filters"
export type {
DashboardCrudColumn,
DashboardCrudDialogProps,
DashboardCrudFilter,
DashboardCrudPageProps,
DashboardCrudRowAction,
DashboardCrudRowActionContext,
} from "./dashboard-crud-page"
export type {
DashboardCrudFormField,
DashboardCrudPageResult,
DashboardCrudQueryValue,
} from "./dashboard-crud-utils"