mirror of
https://github.com/flarum/framework.git
synced 2025-01-24 14:05:00 +08:00
4c61687833
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
6 lines
208 B
TypeScript
6 lines
208 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: Record<string, unknown>;
|