mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 01:45:49 +08:00
Last round of fixes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/// <reference types="d3" />
|
||||
|
||||
|
||||
interface ICompTextSize{
|
||||
text:string;
|
||||
size:number;
|
||||
|
||||
4
d3.cloud.layout/index.d.ts
vendored
4
d3.cloud.layout/index.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user