UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 456 B
import { DataContextDescription } from "./DataContextDescription"; import { Type } from "./type"; /** * @hidden */ export declare class FunnelSliceDataContextDescription extends DataContextDescription { static $t: Type; protected get_type(): string; private static __marshalByValue1; private static __marshalByValueAlias1; constructor(); private aa; get itemOutline(): string; set itemOutline(a: string); }