@lion/form-core
Version:
Form-core contains all essential building blocks for creating form fields and fieldsets
10 lines (9 loc) • 352 B
TypeScript
export function runRegistrationSuite(customConfig: customConfig): void;
export type customConfig = {
baseElement?: typeof LitElement | undefined;
suffix?: string | undefined;
parentTagString?: string | undefined;
childTagString?: string | undefined;
portalTagString?: string | undefined;
};
import { LitElement } from "@lion/core";