11
11
*/
12
12
13
13
export { ActionGroup } from '@react-spectrum/actiongroup' ;
14
+ export { Badge } from '@react-spectrum/badge' ;
14
15
export { Breadcrumbs } from '@react-spectrum/breadcrumbs' ;
15
16
export { ActionButton , Button , LogicButton , ToggleButton } from '@react-spectrum/button' ;
16
17
export { ButtonGroup } from '@react-spectrum/buttongroup' ;
@@ -26,6 +27,7 @@ export {Icon} from '@react-spectrum/icon';
26
27
export { IllustratedMessage } from '@react-spectrum/illustratedmessage' ;
27
28
export { Image } from '@react-spectrum/image' ;
28
29
export { Flex , Grid , fitContent , minmax , repeat } from '@react-spectrum/layout' ;
30
+ export { LabeledValue } from '@react-spectrum/labeledvalue' ;
29
31
export { Link } from '@react-spectrum/link' ;
30
32
export { ListBox } from '@react-spectrum/listbox' ;
31
33
export { ListView } from '@react-spectrum/list' ;
@@ -57,6 +59,7 @@ export {useCollator, useDateFormatter, useFilter, useLocale, useLocalizedStringF
57
59
export { SSRProvider } from '@react-aria/ssr' ;
58
60
59
61
export type { SpectrumActionGroupProps } from '@react-spectrum/actiongroup' ;
62
+ export type { SpectrumBadgeProps } from '@react-spectrum/badge' ;
60
63
export type { SpectrumBreadcrumbsProps } from '@react-spectrum/breadcrumbs' ;
61
64
export type { SpectrumActionButtonProps , SpectrumButtonProps , SpectrumLogicButtonProps , SpectrumToggleButtonProps } from '@react-spectrum/button' ;
62
65
export type { SpectrumButtonGroupProps } from '@react-spectrum/buttongroup' ;
@@ -72,6 +75,7 @@ export type {IconProps} from '@react-spectrum/icon';
72
75
export type { SpectrumIllustratedMessageProps } from '@react-spectrum/illustratedmessage' ;
73
76
export type { SpectrumImageProps } from '@react-spectrum/image' ;
74
77
export type { DimensionValue , FlexProps , GridProps } from '@react-spectrum/layout' ;
78
+ export type { SpectrumLabeledValueProps } from '@react-spectrum/labeledvalue' ;
75
79
export type { SpectrumLinkProps } from '@react-spectrum/link' ;
76
80
export type { SpectrumListBoxProps } from '@react-spectrum/listbox' ;
77
81
export type { SpectrumListViewProps } from '@react-spectrum/list' ;
0 commit comments