Skip to content

Commit 57390da

Browse files
committed
Docs example
1 parent 27c3f2d commit 57390da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/pages/examples.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Some examples and use cases
77
## Creating your own `<EChart />` component
88

99
```tsx
10+
import { type EChartProps } from '@kbox-labs/react-echarts'
11+
1012
export const EChart: FC<EChartProps> = props => {
1113
const [ref, echartsInstance] = useECharts(props)
1214

0 commit comments

Comments
 (0)