10 lines
286 B
TypeScript
10 lines
286 B
TypeScript
/// <reference types="@rsbuild/core/types" />
|
|||
|
|||
declare module '@visactor/react-vchart' {
|
|||
export const VChart: React.ComponentType<Record<string, unknown>>
|
|||
}
|
|||
|
|||
declare module '@visactor/vchart-semi-theme' {
|
|||
export const initVChartSemiTheme: (opts?: Record<string, unknown>) => void
|
|||
}
|