UNPKG
@chakra-ui/charts
Version:
latest (3.27.1)
3.27.1
3.27.0
3.26.0
3.25.0
3.24.2
3.24.1
3.24.0
3.23.0
3.22.0
3.21.1
3.21.0
3.20.0
3.19.2
3.19.1
3.19.0
3.18.0
3.17.0
3.16.1
3.16.0
3.15.1
3.15.0
Data visualization components for Chakra UI
chakra-ui.com
chakra-ui/chakra-ui
@chakra-ui/charts
/
dist
/
types
/
index.d.mts
6 lines
(5 loc)
•
190 B
text/typescript
View Raw
1
2
3
4
5
6
export
{ useChart }
from
"./use-chart"
;
export
type
{
UseChartProps
,
UseChartReturn
}
from
"./use-chart"
;
export
*
from
"./chart"
;
export
*
from
"./bar-list"
;
export
*
from
"./bar-segment"
;