mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-08-15 03:56:00 +08:00
3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
import { Observer } from './types';
|
|
export declare const empty: Observer<any>;
|