Skip to content

Commit b20eb5c

Browse files
committed
chore: lint format
1 parent 873a6a7 commit b20eb5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

types/index.d.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface DynamicModalOptions {
3636
* }
3737
* }
3838
* ```
39-
*
39+
*
4040
* @example
4141
* ```js
4242
* {
@@ -48,12 +48,12 @@ export interface DynamicModalOptions {
4848
*/
4949
slots?: {
5050
[key: string]:
51-
| {
52-
component: string | Component | AsyncComponent
53-
bind?: { [key: string]: any }
54-
on?: { [key: string]: Function | Function[] }
55-
}
56-
| string
51+
| {
52+
component: string | Component | AsyncComponent
53+
bind?: { [key: string]: any }
54+
on?: { [key: string]: Function | Function[] }
55+
}
56+
| string
5757
}
5858
}
5959

0 commit comments

Comments
 (0)