We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c5c20a + 7a04d7a commit a60130fCopy full SHA for a60130f
index.d.ts
@@ -38,7 +38,7 @@ declare interface KR {
38
/**
39
* @summary Attach a form to the given selector.
40
*/
41
- attachForm: (formSelector: string, formType?: FormType) => Promise<{ KR: KR, result: {formId: string} }>;
+ attachForm: (formSelector: string) => Promise<{ KR: KR, result: {formId: string} }>;
42
43
* @summary Show form.
44
0 commit comments