UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 186 B
import { Type } from "./type"; /** * @hidden */ export interface ILegendOwner { readonly name: string; } /** * @hidden */ export declare let ILegendOwner_$type: Type;