UNPKG

@codegouvfr/react-dsfr

Version:

French State Design System React integration library

7 lines (6 loc) 260 B
import type { StatefulEvt, Ctx } from "evt"; import type { StatefulObservable } from "./StatefulObservable"; export declare function statefulObservableToStatefulEvt<T>(params: { statefulObservable: StatefulObservable<T>; ctx?: Ctx; }): StatefulEvt<T>;