feat: add useCrudSchemas hook
This commit is contained in:
2
types/componentType/form.d.ts
vendored
2
types/componentType/form.d.ts
vendored
@@ -85,6 +85,8 @@ declare global {
|
||||
value?: FormValueType
|
||||
// 是否隐藏
|
||||
hidden?: boolean
|
||||
// 远程加载下拉项
|
||||
api?: <T = any>() => AxiosPromise<T>
|
||||
}
|
||||
|
||||
declare type FormSetPropsType = {
|
||||
|
||||
Reference in New Issue
Block a user