Release 0.7.19

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 8d5fe7dd34
commit 78959df05d
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;