UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

7 lines (6 loc) • 234 B
import React from "$react"; const TableScrollViewNative = React.forwardRef(({children,...props},ref)=>{ return children; }); TableScrollViewNative.displayName = "TableScrollViewNative"; export default TableScrollViewNative;