mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -5,12 +5,12 @@
|
||||
|
||||
/// <reference path="../d3/d3.d.ts" />
|
||||
|
||||
declare module d3 {
|
||||
module layout {
|
||||
declare namespace d3 {
|
||||
namespace layout {
|
||||
export function cloud(): Cloud<cloud.Word>;
|
||||
export function cloud<T extends cloud.Word>(): Cloud<T>;
|
||||
|
||||
module cloud {
|
||||
namespace cloud {
|
||||
interface Word {
|
||||
text?: string;
|
||||
font?: string;
|
||||
|
||||
Reference in New Issue
Block a user