@lion/form-core
Version:
Form-core contains all essential building blocks for creating form fields and fieldsets
12 lines (11 loc) • 968 B
TypeScript
export type FormControlMixin = import('../types/FormControlMixinTypes.js').FormControlMixin;
export const FormControlMixin: typeof import("../types/FormControlMixinTypes.js").FormControlImplementation;
export type TemplateResult = import('@lion/core').TemplateResult;
export type CSSResult = import('@lion/core').CSSResult;
export type CSSResultArray = import('@lion/core').CSSResultArray;
export type SlotsMap = import('@lion/core/types/SlotMixinTypes').SlotsMap;
export type LionValidationFeedback = import('./validate/LionValidationFeedback').LionValidationFeedback;
export type ChoiceInputHost = import('../types/choice-group/ChoiceInputMixinTypes').ChoiceInputHost;
export type FormControlHost = import('../types/FormControlMixinTypes.js').FormControlHost;
export type HTMLElementWithValue = import('../types/FormControlMixinTypes.js').HTMLElementWithValue;
export type ModelValueEventDetails = import('../types/FormControlMixinTypes.js').ModelValueEventDetails;