dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
21 lines (20 loc) • 1.06 kB
TypeScript
import { DdsElement } from '../dds-hu-element';
export declare const LabelPositionedFormElement: {
new (...args: any[]): import('./labelableMixin').LabelableElementInterface;
prototype: import('./labelableMixin').LabelableElementInterface;
} & typeof DdsElement & {
new (...args: any[]): import('./formElementMixin').FormElementInterface;
prototype: import('./formElementMixin').FormElementInterface;
} & {
new (...args: any[]): import('./sizedMixin').SizedElementInterface;
prototype: import('./sizedMixin').SizedElementInterface;
} & {
new (...args: any[]): import('./focusableMixin').FocusableElementInterface;
prototype: import('./focusableMixin').FocusableElementInterface;
} & {
new (...args: any[]): import('./choiceElementMixin').ChoiceElementMixinInterface;
prototype: import('./choiceElementMixin').ChoiceElementMixinInterface;
} & {
new (...args: any[]): import('./labelPositionedMixin').LabelPositionedElementInterface;
prototype: import('./labelPositionedMixin').LabelPositionedElementInterface;
};