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