We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8c3d0 commit 8e0d56aCopy full SHA for 8e0d56a
types/options.d.ts
@@ -144,7 +144,7 @@ export interface RenderContext<Props=DefaultProps> {
144
injections: any
145
}
146
147
-export type Prop<T> = { (): T } | { new(...args: any[]): T & object } | {new(...args: string[]): Function;}
+export type Prop<T> = { (): T } | { new(...args: any[]): T & object } | { new(...args: string[]): Function }
148
149
export type PropType<T> = Prop<T> | Prop<T>[];
150
0 commit comments