Revert "temp revert #81"

This reverts commit 835161c737.
This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent bd6474cae5
commit f872ed143b
5 changed files with 36 additions and 4 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;