mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08: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