/** * title: 常规案例 * description: 这里展示一个比较常规的二次开发案例 */ declare const Demo3: () => import("react/jsx-runtime").JSX.Element; export default Demo3;