UNPKG

266 BTypeScriptView Raw
1import { Subject } from './utils/createSubject';
2type Props<T> = {
3 disabled?: boolean;
4 subject: Subject<T>;
5 next: (value: T) => void;
6};
7export declare function useSubscribe<T>(props: Props<T>): void;
8export {};
9//# sourceMappingURL=useSubscribe.d.ts.map
\No newline at end of file