UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 558 B
import { Description } from "./Description"; import { WebGridStateOptionsDescription } from "./WebGridStateOptionsDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridStateBaseDirectiveDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get options(): WebGridStateOptionsDescription; set options(a: WebGridStateOptionsDescription); private j; get name(): string; set name(a: string); }