@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
10 lines (9 loc) • 420 B
text/typescript
"use client";
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";