igniteui-react-core
Version:
Ignite UI React Core.
21 lines (20 loc) • 504 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class TimeAxisIntervalDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private j;
get range(): number;
set range(a: number);
private h;
get interval(): number;
set interval(a: number);
private l;
get intervalType(): string;
set intervalType(a: string);
}