mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
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;
|