feat: add summaryCard comps

This commit is contained in:
xingyu4j
2025-06-09 14:11:07 +08:00
parent 4613732cd1
commit c6a627c95b
3 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { default as SummaryCard } from './summary-card.vue';
export type { SummaryCardProps } from './typing';