@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
24 lines (23 loc) • 644 B
TypeScript
import { EventEmitter } from '../stencil-public-runtime';
export declare class Button {
appearance: string;
busy: boolean;
disabled: boolean;
expanded: boolean | string | 'false' | 'true';
pressed: boolean | string | 'false' | 'true';
form: string;
formAction: string;
formEnctype: string;
formMethod: string;
formNoValidate: boolean;
formTarget: string;
popoverTarget: string;
popoverTargetAction: string;
name: string;
value: string;
utrechtRequestReset: EventEmitter;
utrechtRequestSubmit: EventEmitter;
hostElement: HTMLElement;
type: string;
render(): any;
}