UNPKG

igniteui-react-core

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