mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
12 lines
288 B
TypeScript
12 lines
288 B
TypeScript
import RChart from './src'
|
|
import chartProps from './src/props'
|
|
|
|
import type { ExtractPublicPropTypes } from 'vue'
|
|
|
|
import type * as RChartType from './src/type'
|
|
|
|
export type ChartProps = ExtractPublicPropTypes<typeof chartProps>
|
|
export type { RChartType }
|
|
|
|
export { RChart, chartProps }
|