UNPKG

@egova/flagwind-web

Version:
10 lines (9 loc) 269 B
/** * * @param uri 标注当前类型是一个广播接收器。 * @param options 可选参数 */ export default function receivable(uri: string, options?: { priority?: number; scope?: string; }): (target: any, name: any, descriptor: any) => void;