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 768049b commit c245e1bCopy full SHA for c245e1b
dist/vue-typed-ui.d.ts
@@ -9,7 +9,7 @@ declare namespace VueTypedUI {
9
export type Options = opts.Options
10
export type Settings = sets.Settings
11
export type FormOptions = formOpt.FormOptions
12
- export function FormComponent(options): ClassDecorator
+ export function FormComponent(options: FormOptions): ClassDecorator
13
export function Validate(options): PropertyDecorator
14
}
15
0 commit comments