mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-15 09:37:52 +08:00
heatmap.js: Make compatible with ts3.0 (#27393)
This commit is contained in:
@@ -18,10 +18,7 @@ declare const container: HTMLElement;
|
||||
|
||||
{
|
||||
// $ExpectError
|
||||
const config: h337.HeatmapConfiguration = {
|
||||
container,
|
||||
valueField: 'foo',
|
||||
};
|
||||
const config: h337.HeatmapConfiguration = { container, valueField: 'foo' };
|
||||
}
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user