mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-19 07:30:27 +00:00
Merge pull request #19498 from fwielstra/patch-1
[highcharts] Add textOverflow and whiteSpace properties to CSSObject
This commit is contained in:
Vendored
+2
@@ -1994,6 +1994,8 @@ declare namespace Highcharts {
|
||||
position?: string;
|
||||
top?: string;
|
||||
textOutline?: string;
|
||||
textOverflow?: string;
|
||||
whiteSpace?: string;
|
||||
}
|
||||
|
||||
interface CreditsOptions {
|
||||
|
||||
Reference in New Issue
Block a user