mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
8 lines
277 B
TypeScript
8 lines
277 B
TypeScript
|
|
export { setupVbenForm } from "./config";
|
||
|
|
|
||
|
|
export type { BaseFormComponentType, ExtendedFormApi, VbenFormProps, FormSchema as VbenFormSchema } from "./types";
|
||
|
|
|
||
|
|
export * from "./use-vben-form";
|
||
|
|
// export { default as VbenForm } from './vben-form.vue';
|
||
|
|
export * as z from "zod";
|