mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 00:18:20 +08:00
Missing c3 namespace export (#12265)
This commit is contained in:
committed by
Masahiro Wakame
parent
f8192904f7
commit
2e136c01e3
3
c3/index.d.ts
vendored
3
c3/index.d.ts
vendored
@@ -5,6 +5,9 @@
|
||||
|
||||
/// <reference types="d3"/>
|
||||
|
||||
export = c3;
|
||||
export as namespace c3;
|
||||
|
||||
declare namespace c3 {
|
||||
|
||||
type PrimitiveArray = Array<string | boolean | number>;
|
||||
|
||||
Reference in New Issue
Block a user