UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

8 lines (7 loc) • 170 B
import PropTypes from 'prop-types'; export const nodeType = PropTypes.oneOfType([ PropTypes.element, PropTypes.object, PropTypes.bool, PropTypes.func, ]);