UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 201 B
import { Base, Type } from "./type"; /** * @hidden */ export declare class DTDObjectModel extends Base { static $t: Type; b: string; c: string; d: string; a: string; }