igniteui-react-core
Version:
Ignite UI React Core.
16 lines (15 loc) • 336 B
TypeScript
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;