UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

7 lines 348 B
"use client"; export { default as Timeline } from "./Timeline.js"; export { default as TimelineRow } from "./TimelineRow.js"; export { default as TimelinePin } from "./pin/Pin.js"; export { default as TimelinePeriod } from "./period/index.js"; export { default as TimelineZoomButton, } from "./zoom/ZoomButton.js"; //# sourceMappingURL=index.js.map