framework/js/shims.d.ts

8 lines
141 B
TypeScript
Raw Normal View History

export * from './webpack-flarum-shims';
2020-03-22 22:17:17 +08:00
import Application from './src/common/Application';
declare global {
2020-03-22 22:17:17 +08:00
const app: Application;
}