mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 22:53:37 +08:00
cc29cf3e10
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import type Mithril from 'mithril';
|
|
/**
|
|
* The `fullTime` helper displays a formatted time string wrapped in a <time>
|
|
* tag.
|
|
*/
|
|
export default function fullTime(time: Date): Mithril.Vnode;
|