feat: a pin component

This commit is contained in:
2026-02-26 18:11:33 +08:00
parent f3b9078c45
commit f7eb116aa3
3 changed files with 149 additions and 3 deletions
+2 -2
View File
@@ -2,6 +2,7 @@
import './dice';
import './table';
import './md-link';
import './md-pin';
// 导出组件
export { Article } from './Article';
@@ -12,5 +13,4 @@ export { FileTreeNode, HeadingNode } from './FileTree';
// 导出数据类型
export type { DiceProps } from './dice';
export type { TableProps } from './table';
export type { TableProps } from './table';