UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

7 lines (6 loc) 332 B
"use client"; export { default as Modal } from "./Modal"; export { default as ModalBody, type ModalBodyProps } from "./ModalBody"; export { default as ModalFooter, type ModalFooterProps } from "./ModalFooter"; export { default as ModalHeader, type ModalHeaderProps } from "./ModalHeader"; export type { ModalProps } from "./types";