mirror of
https://github.com/flarum/framework.git
synced 2025-03-03 10:26:23 +08:00
10 lines
144 B
TypeScript
10 lines
144 B
TypeScript
![]() |
import * as _dayjs from 'dayjs';
|
||
|
|
||
|
import Forum from './src/forum/Forum';
|
||
|
|
||
|
declare global {
|
||
|
const dayjs: typeof _dayjs;
|
||
|
|
||
|
const app: Forum;
|
||
|
}
|