mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
HighchartsDateTimeFormats: add missing millisecond
This commit is contained in:
Vendored
+1
@@ -13,6 +13,7 @@ interface HighchartsPosition {
|
||||
}
|
||||
|
||||
interface HighchartsDateTimeFormats {
|
||||
millisecond?: string; // '%H:%M:%S.%L'
|
||||
second?: string; // '%H:%M:%S'
|
||||
minute?: string; // '%H:%M'
|
||||
hour?: string; // '%H:%M'
|
||||
|
||||
Reference in New Issue
Block a user