UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines 249 B
import { useContext } from "react"; import { context } from "./context"; export function useArtworkWhiteLabel() { const ArtworkWhiteLabel = useContext(context); return { ArtworkWhiteLabel }; } //# sourceMappingURL=useArtworkWhiteLabel.js.map