File tree Expand file tree Collapse file tree
design-system-react-native/src/components
design-system-react/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ export type { AvatarNetworkProps } from './AvatarNetwork';
3030export { AvatarToken , AvatarTokenSize } from './AvatarToken' ;
3131export type { AvatarTokenProps } from './AvatarToken' ;
3232
33- export { BannerBase } from './BannerBase' ;
34- export type { BannerBaseProps } from './BannerBase' ;
35-
3633export { BadgeCount , BadgeCountSize } from './BadgeCount' ;
3734export type { BadgeCountProps } from './BadgeCount' ;
3835
@@ -55,6 +52,9 @@ export type {
5552 BadgeWrapperCustomPosition ,
5653} from './BadgeWrapper' ;
5754
55+ export { BannerBase } from './BannerBase' ;
56+ export type { BannerBaseProps } from './BannerBase' ;
57+
5858export { BottomSheetFooter , ButtonsAlignment } from './BottomSheetFooter' ;
5959export type {
6060 BottomSheetFooterProps ,
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ export type { AvatarNetworkProps } from './AvatarNetwork';
2727export { AvatarToken , AvatarTokenSize } from './AvatarToken' ;
2828export type { AvatarTokenProps } from './AvatarToken' ;
2929
30- export { BannerBase } from './BannerBase' ;
31- export type { BannerBaseProps } from './BannerBase' ;
32-
3330export { BadgeCount } from './BadgeCount' ;
3431export type { BadgeCountProps } from './BadgeCount' ;
3532export { BadgeCountSize } from './BadgeCount' ;
@@ -52,6 +49,9 @@ export {
5249} from './BadgeWrapper' ;
5350export type { BadgeWrapperCustomPosition } from './BadgeWrapper' ;
5451
52+ export { BannerBase } from './BannerBase' ;
53+ export type { BannerBaseProps } from './BannerBase' ;
54+
5555export { Blockies } from './temp-components/Blockies' ;
5656export type { BlockiesProps } from './temp-components/Blockies' ;
5757
You can’t perform that action at this time.
0 commit comments