Sha256: cf7c7aaebdb515f0ff9fe6aa471d16ef96ae79ca430e6cfe6a5fa4ff88553e26
Contents?: true
Size: 337 Bytes
Versions: 17
Compression:
Stored size: 337 Bytes
Contents
import { ReplaySubject } from 'rxjs'; import { AppProps } from 'single-spa'; export const singleSpaPropsSubject = new ReplaySubject<SingleSpaProps>(1); // Add any custom single-spa props you have to this type def // https://single-spa.js.org/docs/building-applications.html#custom-props export type SingleSpaProps = AppProps; // & {};
Version data entries
17 entries across 17 versions & 1 rubygems