We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c3f2d commit 57390daCopy full SHA for 57390da
docs/src/pages/examples.mdx
@@ -7,6 +7,8 @@ Some examples and use cases
7
## Creating your own `<EChart />` component
8
9
```tsx
10
+import { type EChartProps } from '@kbox-labs/react-echarts'
11
+
12
export const EChart: FC<EChartProps> = props => {
13
const [ref, echartsInstance] = useECharts(props)
14
0 commit comments