UNPKG
@trutoo/funnel-graph
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
SVG Funnel Graph TypeScript Library.
github.com/trutoo/funnel-graph
trutoo/funnel-graph
@trutoo/funnel-graph
/
dist
/
index.d.ts
8 lines
(7 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'./index.css'
;
export
*
from
'./lib/dom'
;
export
*
from
'./lib/graph'
;
export
*
from
'./lib/number'
;
export
*
from
'./lib/path'
;
export
*
from
'./lib/random'
;
export
*
from
'./lib/types'
;