@codegouvfr/react-dsfr
Version:
French State Design System React integration library
9 lines • 323 B
JavaScript
export { headerFooterDisplayItem, addDisplayTranslations } from "./Display";
/**
* @deprecated: It's no longer needed to manually mount this component.
* @see: https://components.react-dsfr.codegouv.studio/?path=/docs/components-display
*/
export function Display() {
return null;
}
//# sourceMappingURL=index.js.map