Release 0.7.19

This commit is contained in:
Yanzhen Yu
2019-08-04 14:53:42 +08:00
parent bf68088f18
commit 7f32fbdd05
5 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
import { recordOptions, listenerHandler } from '../types';
export declare function addCustomEvent<T>(tag: string, payload: T): void;
declare function record(options?: recordOptions): listenerHandler | undefined;
export default record;