heatmap.js: Make compatible with ts3.0 (#27393)

This commit is contained in:
Andy
2018-07-19 07:56:34 -07:00
committed by GitHub
parent a976849308
commit 758b028f89

View File

@@ -18,10 +18,7 @@ declare const container: HTMLElement;
{
// $ExpectError
const config: h337.HeatmapConfiguration = {
container,
valueField: 'foo',
};
const config: h337.HeatmapConfiguration = { container, valueField: 'foo' };
}
{