1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Bundled output for commit d14770188b

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2022-11-15 23:43:41 +00:00
parent d14770188b
commit b8261ef055
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import type Mithril from 'mithril';
import User from '../models/User';
/**
* The `useronline` helper displays a green circle if the user is online
* The `useronline` helper displays a green circle if the user is online.
*/
export default function userOnline(user: User): Mithril.Vnode<{}, {}> | null;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long