Skip to content

Commit c245e1b

Browse files
committed
fix type definition
1 parent 768049b commit c245e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/vue-typed-ui.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ declare namespace VueTypedUI {
99
export type Options = opts.Options
1010
export type Settings = sets.Settings
1111
export type FormOptions = formOpt.FormOptions
12-
export function FormComponent(options): ClassDecorator
12+
export function FormComponent(options: FormOptions): ClassDecorator
1313
export function Validate(options): PropertyDecorator
1414
}
1515

0 commit comments

Comments
 (0)