UNPKG

react-imported-component

Version:
6 lines (5 loc) 299 B
import { Stream } from '../types'; export declare const createLoadableStream: () => Stream; export declare const clearStream: (stream?: Stream | undefined) => void; export declare const checkStream: (stream: Stream | number | string | undefined) => void; export declare const defaultStream: Stream;