UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

7 lines 358 B
import { createStrictContext } from "../../utils/helpers/index.js"; const { Provider: DialogContextProvider, useContext: useDialogContext } = createStrictContext({ name: "DialogContext", errorMessage: "useDialogContext must be used within Dialog", }); export { DialogContextProvider, useDialogContext }; //# sourceMappingURL=DialogRoot.context.js.map