UNPKG

@xintao1105/rose-pie

Version:

```bash npm install @xintao1105/rose-pie ```

11 lines (10 loc) 295 B
import type { interProps } from "./index"; interface props { key: string; data: any[]; filterData: any[]; params: interProps; onClick: (e: any) => void; } export declare const LegendComponent: (props: props) => import("react/jsx-runtime").JSX.Element | undefined; export {};