UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

9 lines (6 loc) 203 B
import { useContext } from "react"; import { context } from "./context"; export function useArtworkWhiteLabel() { const ArtworkWhiteLabel = useContext(context); return { ArtworkWhiteLabel }; }