import SmartScrollView, { useFormSmartScroll, ScrollView } from './Provider'; import { TextInput } from './TextInput'; import ViewWrapper from './ViewWrapper'; import { withSmartScroll } from './withSmartScroll'; export const MagicScroll = { useFormSmartScroll, ScrollView, ViewWrapper, TextInput, withSmartScroll, ChainingProvider: SmartScrollView, };