UNPKG

@lion/form-core

Version:

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

9 lines (8 loc) 234 B
/** * @param {{ tagString?:string, tagType?: string}} [config] * @deprecated */ export function runChoiceInputMixinSuite({ tagString }?: { tagString?: string | undefined; tagType?: string | undefined; } | undefined): void;