import styles from './index.less' import Header from "./header"; import { Empty, Tag } from "antd"; import { ReactElement, JSXElementConstructor, ReactNode, ReactPortal, Key } from "react"; import { MyIcon } from "@/global"; // 口碑佳作 export function ClassicBooks(props: { data: { appComponentId: number | string; componentType: string; showRightButton?: boolean; componentName?: string; remark?: string; configs?: any[]; } }) { const { data: { configs, componentName, showRightButton } } = props return