UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

8 lines 363 B
import React from "react"; import { context } from "./context"; import { ArtworkWhiteLabel } from "./ArtworkWhiteLabel"; export function DisplayArtworkWhiteLabelProvider(props) { const { children } = props; return React.createElement(context.Provider, { value: ArtworkWhiteLabel }, children); } //# sourceMappingURL=DisplayArtworkWhiteLabelProvider.js.map