UNPKG

@meshconnect/react-native-link-sdk

Version:
4 lines (3 loc) 163 B
import React from 'react'; import type { LinkConfiguration } from '../'; export declare const LinkConnect: (props: LinkConfiguration) => React.JSX.Element | null;