mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 21:37:47 +08:00
8 lines
122 B
TypeScript
8 lines
122 B
TypeScript
export * from './webpack-flarum-shims';
|
|
|
|
import Forum from './src/forum/Forum';
|
|
|
|
declare global {
|
|
const app: Forum;
|
|
}
|