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