feat: 抽离关联描述组件

This commit is contained in:
zdl
2025-11-23 10:38:19 +08:00
parent f578969ee6
commit a4b8a13e6d
3 changed files with 129 additions and 36 deletions

View File

@@ -0,0 +1,6 @@
/**
* StockRelation 组件导出入口
*/
export { RelationDescription } from './RelationDescription';
export type { RelationDescriptionProps, RelationDescType } from './RelationDescription';