UNPKG

@lion/form-core

Version:

Form-core contains all essential building blocks for creating form fields and fieldsets

8 lines (7 loc) 219 B
/** * @param {{ tagString?: string, childTagString?:string }} [cfg] */ export function runFormGroupMixinSuite(cfg?: { tagString?: string | undefined; childTagString?: string | undefined; } | undefined): void;