Skip to content

Commit 8e0d56a

Browse files
author
Carlos
committed
fix(types): unifying code style (vuejs#9692)
1 parent 7e8c3d0 commit 8e0d56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/options.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export interface RenderContext<Props=DefaultProps> {
144144
injections: any
145145
}
146146

147-
export type Prop<T> = { (): T } | { new(...args: any[]): T & object } | {new(...args: string[]): Function;}
147+
export type Prop<T> = { (): T } | { new(...args: any[]): T & object } | { new(...args: string[]): Function }
148148

149149
export type PropType<T> = Prop<T> | Prop<T>[];
150150

0 commit comments

Comments
 (0)