mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Missing c3 namespace export (#12265)
This commit is contained in:
committed by
Masahiro Wakame
parent
f8192904f7
commit
2e136c01e3
Vendored
+3
@@ -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