@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 333 B
TypeScript
export { default as Modal } from "./Modal.js";
export { default as ModalBody, type ModalBodyProps } from "./ModalBody.js";
export { default as ModalFooter, type ModalFooterProps } from "./ModalFooter.js";
export { default as ModalHeader, type ModalHeaderProps } from "./ModalHeader.js";
export type { ModalProps } from "./types.js";