@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 423 B
TypeScript
export { default as Timeline, type TimelineProps } from "./Timeline.js";
export { default as TimelineRow, type TimelineRowProps } from "./TimelineRow.js";
export { default as TimelinePin, type TimelinePinProps } from "./pin/Pin.js";
export { default as TimelinePeriod, type TimelinePeriodProps } from "./period/index.js";
export { default as TimelineZoomButton, type TimelineZoomButtonProps, } from "./zoom/ZoomButton.js";