env.d.ts 286 B

123456789
  1. /// <reference types="@rsbuild/core/types" />
  2. declare module '@visactor/react-vchart' {
  3. export const VChart: React.ComponentType<Record<string, unknown>>
  4. }
  5. declare module '@visactor/vchart-semi-theme' {
  6. export const initVChartSemiTheme: (opts?: Record<string, unknown>) => void
  7. }