UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

45 lines (44 loc) 1.09 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare abstract class WebButtonBaseDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private k; get displayType(): string; set displayType(a: string); private n; get href(): string; set href(a: string); private l; get download(): string; set download(a: string); private q; get target(): string; set target(a: string); private o; get rel(): string; set rel(a: string); private f; get disabled(): boolean; set disabled(a: boolean); private h; get ariaLabel(): string; set ariaLabel(a: string); private p; get size(): string; set size(a: string); private j; get clickedRef(): string; set clickedRef(a: string); private m; get focusRef(): string; set focusRef(a: string); private i; get blurRef(): string; set blurRef(a: string); }