We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e613e00 commit 1a211d8Copy full SHA for 1a211d8
src/rules/use-deprecated-from-deprecated.js
@@ -7,22 +7,46 @@ const components = [
7
identifier: 'Dialog',
8
entrypoint: '@primer/react',
9
},
10
+ {
11
+ identifier: 'DialogProps',
12
+ entrypoint: '@primer/react',
13
+ },
14
15
+ identifier: 'DialogHeaderProps',
16
17
18
{
19
identifier: 'Octicon',
20
21
22
23
+ identifier: 'OcticonProps',
24
25
26
27
identifier: 'Pagehead',
28
29
30
31
+ identifier: 'PageheadProps',
32
33
34
35
identifier: 'TabNav',
36
37
38
39
+ identifier: 'TabNavProps',
40
41
42
43
identifier: 'Tooltip',
44
45
46
47
+ identifier: 'TooltipProps',
48
49
50
]
51
52
const entrypoints = new Map()
0 commit comments