UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

14 lines 485 B
import { member } from "../../../../core"; export interface FormatTimespanInput { id?: string; persistentId?: string; updateOrder?: member<number>; Enabled?: member<boolean>; _activeVisual?: member<any>; TimeSpan?: member<any>; ShowSeconds?: member<any>; ShowMilliseconds?: member<any>; FormatProvider?: member<any>; } export declare function FormatTimespan(props: FormatTimespanInput): any; //# sourceMappingURL=FormatTimespan.d.ts.map