UNPKG

react-native-plaid-link-sdk

Version:

React Native Plaid Link SDK

7 lines (6 loc) 310 B
// qwe clean this up... import { create, open, dismissLink, usePlaidEmitter, syncFinanceKit, submit, } from './PlaidLink'; export * from './Types'; export { create, open, dismissLink, usePlaidEmitter, syncFinanceKit, submit, }; // Components export { EmbeddedLinkView } from './EmbeddedLink/EmbeddedLinkView';