ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
12 lines (11 loc) • 654 B
TypeScript
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
declare const TimelineModes: readonly ["left", "alternate", "right", "custom"];
export declare type NzTimelineMode = typeof TimelineModes[number];
declare const TimelinePositions: readonly ["left", "right"];
export declare type NzTimelinePosition = typeof TimelinePositions[number];
export declare const TimelineTimeDefaultColors: readonly ["red", "blue", "green", "grey", "gray"];
export declare type NzTimelineItemColor = typeof TimelineTimeDefaultColors[number];
export {};