framework/js/dist-typings/common/utils/proxifyCompat.d.ts

7 lines
138 B
TypeScript
Raw Normal View History

declare const _default: (compat: {
[key: string]: any;
}, namespace: string) => {
[key: string]: any;
};
export default _default;