UNPKG

syber-lowcode-business-materials

Version:
9 lines (8 loc) 288 B
/// <reference types="react" /> import "../chart-line/index.scss"; export type CustomChartPieProps = { contentParams: Record<string, any>; getChatItemClickItems: (item: any) => void; }; declare const ChartPie: (props: CustomChartPieProps) => JSX.Element; export default ChartPie;