@wix/design-system
Version:
@wix/design-system
19 lines • 536 B
TypeScript
export declare const dataHooks: {
timelineListEvent: string;
timelineLabel: string;
timelineTextSuffix: string;
timelineSuffix: string;
timelineDefaultPrefix: string;
timelineBulletIndicator: string;
timelineLabelAction: string;
};
export declare const SKINS: {
readonly dark: "dark";
readonly standard: "standard";
readonly neutral: "neutral";
};
export declare const LINE_TYPES: {
readonly filled: "filled";
readonly dashed: "dashed";
};
//# sourceMappingURL=Timeline.constants.d.ts.map