@navikt/ds-react
Version:
React components from the Norwegian Labour and Welfare Administration.
6 lines (5 loc) • 318 B
TypeScript
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";