UNPKG

@revenuecat/purchases-capacitor-ui

Version:
7 lines 266 B
import { registerPlugin } from '@capacitor/core'; const RevenueCatUI = registerPlugin('RevenueCatUI', { web: () => import('./web').then((m) => new m.RevenueCatUIWeb()), }); export * from './definitions'; export { RevenueCatUI }; //# sourceMappingURL=index.js.map