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 842018e commit 1bfb128Copy full SHA for 1bfb128
src/deprecated/index.ts
@@ -6,6 +6,8 @@
6
* example: import {FormGroup} from '@primer/react/deprecated
7
*/
8
9
+// Deprecated in v35.0.0 on March 9, 2022
10
+// TODO: We can remove these 6 months after release: September 10, 2022
11
export {default as BorderBox} from './BorderBox'
12
export type {BorderBoxProps} from './BorderBox'
13
export {default as ChoiceFieldset, Item} from './ChoiceFieldset'
@@ -69,3 +71,4 @@ export type {
69
71
ButtonTableListProps,
70
72
ButtonCloseProps
73
} from './Button'
74
+// end of v35.0.0
0 commit comments