5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
export const useVbenForm = () => {};
|
|
export const z = {};
|
|
export type VbenFormSchema = any;
|
|
export type VbenFormProps = any;
|