style: configModal

This commit is contained in:
dap
2024-09-12 08:25:38 +08:00
parent 66738a63bf
commit f2c627b51e
6 changed files with 85 additions and 59 deletions

View File

@@ -115,3 +115,4 @@ export { useVbenForm, z };
export type VbenFormSchema = FormSchema<FormComponentType>;
export type { VbenFormProps };
export type FormSchemaGetter = () => VbenFormSchema[];