/** * 卡片列表组件模块 * @description 导出 CardListBoard 默认组件,用于卡片形式的数据展示 * @module @ticatec/uniface-app-component/card * @example * ```typescript * import CardListBoard from '@ticatec/uniface-app-component/card'; * ``` */ import CardListBoard from "./CardListBoard.svelte"; export default CardListBoard;