UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

9 lines (6 loc) • 242 B
import {forwardRef} from "react"; const TheadNativeTableComponent = forwardRef(({children},ref)=>{ return children; }); TheadNativeTableComponent.displayName ="TheadNativeTableComponent"; export default TheadNativeTableComponent;