ember-intl
Version:
A internationalization toolbox for ambitious applications.
13 lines (12 loc) • 306 B
TypeScript
/**
* Copyright 2015, Yahoo! Inc.
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
*/
import FormatDateTime from './-format-datetime';
/**
* @private
* @hide
*/
export default class FormatTime extends FormatDateTime {
static readonly type = "time";
}