mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
7 lines
176 B
TypeScript
7 lines
176 B
TypeScript
import type Application from './Application';
|
|
declare const _default: Application;
|
|
/**
|
|
* The instance of Application within the common namespace.
|
|
*/
|
|
export default _default;
|