/// import type { EngineApisType } from '@lingxiteam/types'; import { PieChartPorps } from '@lingxiteam/charts-common'; export default interface LXPieChartPorps extends PieChartPorps { visible?: boolean; className?: string; style?: React.CSSProperties; getEngineApis?: () => EngineApisType; backgroundType?: any; }