UNPKG

react-native-web

Version:
17 lines (15 loc) 519 B
/** * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @noflow */ 'use client'; import AccessibilityUtil from '../../modules/AccessibilityUtil'; import createDOMProps from '../../modules/createDOMProps'; import React from 'react'; import { LocaleProvider } from '../../modules/useLocale'; declare var createElement: (component: any, props: any, options: any) => any; export default createElement;