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