UNPKG

react-external-subject

Version:

Wrap mutable sources into React-safe mutable source

3 lines (2 loc) 173 B
import { ExternalSubject, ExternalSubjectOptions } from './types'; export default function createExternalSubject<T>(options: ExternalSubjectOptions<T>): ExternalSubject<T>;