react-imported-component
Version:
I will import your component, and help to handle it
6 lines (5 loc) • 299 B
TypeScript
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;