@lion/form-core
Version:
Form-core contains all essential building blocks for creating form fields and fieldsets
9 lines (8 loc) • 337 B
TypeScript
/**
* @param {{ parentTagString?:string, childTagString?: string, choiceType?: string}} [config]
*/
export function runChoiceGroupMixinSuite({ parentTagString, childTagString, choiceType }?: {
parentTagString?: string | undefined;
childTagString?: string | undefined;
choiceType?: string | undefined;
} | undefined): void;