UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

16 lines (15 loc) 336 B
import { FontInfo } from "./FontInfo"; import { Brush } from "./Brush"; import { Type } from "./type"; /** * @hidden */ export interface IInternalLegendOwner { getFontInfo(): FontInfo; getFontHeight(): number; getFontBrush(): Brush; } /** * @hidden */ export declare let IInternalLegendOwner_$type: Type;