UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 302 B
import { Base, Type } from "./type"; import { TypeDescriptionPlatform } from "./TypeDescriptionPlatform"; /** * @hidden */ export declare class TypeDescriptionCleanups extends Base { static $t: Type; private a; constructor(); b(a: TypeDescriptionPlatform, b: any): void; }