mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 08:13:39 +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;
|
|
}
|