UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

6 lines (5 loc) 159 B
import type { ReactNode } from "react"; export declare function generateValidHtmlId(params: { text: ReactNode; fallback?: string | number; }): string;