Last round of fixes

This commit is contained in:
Ryan Cavanaugh
2016-05-18 10:45:24 -07:00
parent c89c74f407
commit fb9c384720
14 changed files with 32 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
/// <reference types="d3" />
interface ICompTextSize{
text:string;
size:number;

View File

@@ -3,9 +3,9 @@
// Definitions by: hans windhoff <https://github.com/hansrwindhoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="d3" />
import * as d3 from 'd3';
declare namespace d3 {
declare module 'd3' {
namespace layout {
export function cloud(): Cloud<cloud.Word>;
export function cloud<T extends cloud.Word>(): Cloud<T>;