UNPKG

@itwin/core-react

Version:

A react component library of iTwin.js UI general purpose components

16 lines 436 B
/** @packageDocumentation * @module Common */ /** Enumeration of time formats. * @public * @deprecated in 4.16.0. Use {@link @itwin/components-react#TimeFormat} instead. */ export declare enum TimeFormat { /** Show Date and time using toISOString */ None = 0, /** Show Date using toLocaleDateString */ Short = 1, /** Show Date Time using toLocaleString */ Long = 2 } //# sourceMappingURL=TimeFormat.d.ts.map