mirror of
https://github.com/flarum/framework.git
synced 2025-02-12 00:46:32 +08:00
8 lines
212 B
TypeScript
8 lines
212 B
TypeScript
![]() |
import 'expose-loader?exposes=punycode!punycode';
|
||
|
import 'expose-loader?exposes=ColorThief!color-thief-browser';
|
||
|
import app from './app';
|
||
|
export { app };
|
||
|
export declare const compat: {
|
||
|
[key: string]: any;
|
||
|
};
|