Skip to content

Commit b2a729d

Browse files
committed
types bug fix
1 parent 4f615a3 commit b2a729d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/react-native-ui-lib/src

packages/react-native-ui-lib/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export {
7878
FooterAlignment,
7979
HorizontalItemsDistribution,
8080
ItemsFit,
81-
ScreenFooterPosition
81+
KeyboardBehavior,
82+
ScreenFooterShadow
8283
} from './components/screenFooter';
8384
export {default as Gradient, GradientProps, GradientTypes} from './components/gradient';
8485
export {default as Slider} from './components/slider';

0 commit comments

Comments
 (0)