mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 12:43:52 +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;
|
|
}
|