UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

6 lines (5 loc) 213 B
import type { StatefulObservable } from "../StatefulObservable"; /** * Equivalent of https://docs.evt.land/api/react-hooks * */ export declare function useRerenderOnChange($: StatefulObservable<unknown>): void;