UNPKG

igniteui-react-core

Version:
19 lines (18 loc) 542 B
import { DataContextDescription } from "./DataContextDescription"; import { Type } from "./type"; /** * @hidden */ export declare class PieSliceDataContextDescription extends DataContextDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private ab; get percentValue(): number; set percentValue(a: number); private z; get isOthersSlice(): boolean; set isOthersSlice(a: boolean); }