UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 182 B
import { Type } from "./type"; /** * @hidden */ export interface IVisualData { serialize(): string; } /** * @hidden */ export declare let IVisualData_$type: Type;