framework/js/dist-typings/common/helpers/userOnline.d.ts

7 lines
215 B
TypeScript
Raw Normal View History

import * as Mithril from 'mithril';
import User from '../models/User';
/**
* The `useronline` helper displays a green circle if the user is online
*/
export default function userOnline(user: User): Mithril.Vnode;