mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 05:43:40 +08:00
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
|
declare const _default: (compat: {
|
||
|
[key: string]: any;
|
||
|
}, namespace: string) => {
|
||
|
[key: string]: any;
|
||
|
};
|
||
|
export default _default;
|