UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines (6 loc) 150 B
export declare function modifyHtmlHrefs(params: { html: string; getModifiedHref: (href: string) => string; }): { modifiedHtml: string; };