We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aaf38 commit 6482edeCopy full SHA for 6482ede
src/context.ts
@@ -10,6 +10,7 @@ export type FormType = {
10
store:RootInstance,
11
validateTrigger?:ValidateTriggerType[]
12
validateMessage?:ValidateMessages
13
+ listInitial?:{[name:string]:any[]}
14
}
15
const RootStoreContext = createContext<null | FormType>(null);
16
export function useMst() {
0 commit comments