Skip to content

Commit abe2187

Browse files
authored
fix(doc-kit): 'property' to the code like array (#8705)
Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent f80d945 commit abe2187

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui-components/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export const CODE_LIKE_TYPES = new Set([
33
'classMethod',
44
'function',
55
'ctor',
6+
'property',
67
]);

0 commit comments

Comments
 (0)