mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
import Forum from './src/forum/Forum';
|
|
|
|
declare global {
|
|
const app: Forum;
|
|
}
|