8000 fix: Extend ModalOptions type definitions (#422) · drewjbartlett/nativescript-vue@72e9097 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72e9097

Browse files
acidbiscuitrigor789
authored andcommitted
fix: Extend ModalOptions type definitions (nativescript-vue#422)
1 parent 7adad31 commit 72e9097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export type navigateTo = (
1717
export interface ModalOptions {
1818
context?: any;
1919
fullscreen?: boolean;
20+
props?: Record<string, any>;
2021
}
2122

2223
// create a nativescript vue class that extends vue.js

0 commit comments

Comments
 (0)
0