mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 21:27:15 +08:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
export * from './webpack-flarum-shims';
|
|
|
|
import Application from './src/common/Application';
|
|
|
|
declare global {
|
|
const app: Application;
|
|
}
|