framework/js/shims.d.ts

8 lines
141 B
TypeScript
Raw Normal View History

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