UNPKG

@fruits-chain/react-native-xiaoshu

Version:
9 lines (8 loc) 312 B
import React from 'react'; import type { ProviderProps } from './interface'; /** * 统一的配置 * 将来 Portal 准备统一的入口,https://github.com/callstack/react-native-paper/blob/master/src/components/Portal/Portal.tsx */ declare const Provider: React.FC<ProviderProps>; export default Provider;