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 873a6a7 commit b20eb5cCopy full SHA for b20eb5c
types/index.d.ts
@@ -36,7 +36,7 @@ export interface DynamicModalOptions {
36
* }
37
38
* ```
39
- *
+ *
40
* @example
41
* ```js
42
* {
@@ -48,12 +48,12 @@ export interface DynamicModalOptions {
48
*/
49
slots?: {
50
[key: string]:
51
- | {
52
- component: string | Component | AsyncComponent
53
- bind?: { [key: string]: any }
54
- on?: { [key: string]: Function | Function[] }
55
- }
56
- | string
+ | {
+ component: string | Component | AsyncComponent
+ bind?: { [key: string]: any }
+ on?: { [key: string]: Function | Function[] }
+ }
+ | string
57
}
58
59
0 commit comments