dap-design-system
Version:
Official design system for the DÁP (dap.gov.hu)
15 lines (14 loc) • 704 B
TypeScript
import { DdsElement } from '../dds-hu-element';
export declare const GenericElement: {
new (...args: any[]): import('./labelableMixin').LabelableElementInterface;
prototype: import('./labelableMixin').LabelableElementInterface;
} & typeof DdsElement & {
new (...args: any[]): import('./sizedMixin').SizedElementInterface;
prototype: import('./sizedMixin').SizedElementInterface;
} & {
new (...args: any[]): import('./focusableMixin').FocusableElementInterface;
prototype: import('./focusableMixin').FocusableElementInterface;
} & {
new (...args: any[]): import('./feedbackMixin').FeedbackElementInterface;
prototype: import('./feedbackMixin').FeedbackElementInterface;
};