Skip to content

Commit 6482ede

Browse files
committed
context
1 parent 11aaf38 commit 6482ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export type FormType = {
1010
store:RootInstance,
1111
validateTrigger?:ValidateTriggerType[]
1212
validateMessage?:ValidateMessages
13+
listInitial?:{[name:string]:any[]}
1314
}
1415
const RootStoreContext = createContext<null | FormType>(null);
1516
export function useMst() {

0 commit comments

Comments
 (0)