UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines (5 loc) 202 B
import type { ReactElement } from "react"; export namespace JSX { // eslint-disable-next-line @typescript-eslint/no-empty-interface export interface Element extends ReactElement<any, any> {} }