UNPKG
fybdp-d3-kg
Version:
latest (1.0.1)
1.0.1
1.0.0
Knowledge Graph using React and D3.js
gitlab.fybdp.com/fuxi/d3-kg/blob/master/README.md
fybdp-d3-kg
/
dist
/
src
/
LinearGauge
/
LinearGaugeBar.d.ts
5 lines
(4 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
'react'
;
import
{
BarProps
}
from
'../BarChart'
;
export
declare
type
LinearGaugeBarProps
=
BarProps
;
export
declare
const
LinearGaugeBar
:
FC
<
Partial
<
LinearGaugeBarProps
>>;