mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
Merge pull request #19498 from fwielstra/patch-1
[highcharts] Add textOverflow and whiteSpace properties to CSSObject
This commit is contained in:
2
types/highcharts/index.d.ts
vendored
2
types/highcharts/index.d.ts
vendored
@@ -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