/** * PisellCards 命名空间容器 * 用于收纳所有卡片组件 * 注意:PisellCards 自身不作为组件直接使用 */ import React from 'react'; declare const PisellCards: React.FC; export default PisellCards;