Files
projet_gestion_commande/frontend-admin/node_modules/react-native-reanimated/src/Animated.ts
T
2026-02-19 09:03:43 +01:00

12 lines
491 B
TypeScript

'use strict';
export { ReanimatedFlatList as FlatList } from './component/FlatList';
export { AnimatedImage as Image } from './component/Image';
export { AnimatedScrollView as ScrollView } from './component/ScrollView';
export { AnimatedText as Text } from './component/Text';
export { AnimatedView as View } from './component/View';
export {
addWhitelistedNativeProps,
addWhitelistedUIProps,
} from './ConfigHelper';
export { createAnimatedComponent } from './createAnimatedComponent';