Skip to content

Commit 7cf73a7

Browse files
authored
docs: fix types
1 parent 547cc66 commit 7cf73a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/types/use.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,12 @@ export namespace UseWatchNamespace {
216216
(key: string | symbol): void;
217217
}
218218
}
219+
export namespace UseRenderNamespace {
220+
export interface UseRenderOptions extends UseFormNamespace.ShareConfig {
221+
model: Record<string, any>;
222+
globalDatas: Record<string, any>;
223+
contextProps: GlobalProps.ContextProps;
224+
defaultValues: Record<string, any>;
225+
}
226+
}
227+

0 commit comments

Comments
 (0)