UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

9 lines (8 loc) 152 B
export interface OffOptions { name: string; key?: string; } /** * 事件取消。 */ export declare const off: (options: OffOptions) => void;