feat: ai's attempt
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
// 导入以注册自定义元素
|
||||
import './dice';
|
||||
import './table';
|
||||
import './md-link';
|
||||
|
||||
// 导出组件
|
||||
export { Article } from './Article';
|
||||
export type { ArticleProps } from './Article';
|
||||
|
||||
// 导出类型
|
||||
export type { DiceProps } from './dice';
|
||||
|
||||
Reference in New Issue
Block a user