Skip to content

Commit 13bf248

Browse files
authored
fix(arco): add component DescriptionsItem support (#341)
1 parent 329252a commit 13bf248

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/core/resolvers/arco.ts

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ const matchComponents = [
114114
pattern: /^(TypographyParagraph|TypographyTitle|TypographyText)$/,
115115
componentDir: 'typography',
116116
},
117+
118+
{
119+
pattern: /^DescriptionsItem$/,
120+
componentDir: "descriptions"
121+
},
117122
]
118123

119124
function getComponentStyleDir(importName: string, importStyle: boolean | 'css' | 'less') {

0 commit comments

Comments
 (0)