// Reexport the native module. On web, it will be resolved to RfidModule.web.ts// and on native platforms to RfidModule.tsexport { default } from"./RfidModule";
export { defaultasRfidView } from"./RfidView";
export * from"./Rfid.types";
//# sourceMappingURL=index.js.map