Skip to content

Commit 4e387e6

Browse files
authored
fix(antdv): add new component match (#286) (#288)
1 parent 0985a63 commit 4e387e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/core/resolvers/antdv.ts

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ const matchComponents: IMatcher[] = [
9191
pattern: /^Table/,
9292
styleDir: 'table',
9393
},
94+
{
95+
pattern: /^TimePicker|^TimeRangePicker/,
96+
styleDir: 'time-picker',
97+
},
9498
{
9599
pattern: /^Radio/,
96100
styleDir: 'radio',

0 commit comments

Comments
 (0)