mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 23:53:42 +08:00
c3a684c7ed
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
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;
|
|
};
|