UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 501 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebFormDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private f; get novalidate(): boolean; set novalidate(a: boolean); private i; get submitRef(): string; set submitRef(a: string); private h; get resetRef(): string; set resetRef(a: string); }