UNPKG

sms-manager

Version:
5 lines (4 loc) 156 B
// index.ts export { default } from "./SmsManagerModule"; export { default as SmsManagerView } from "./SmsManagerView"; export * from "./SmsManager.types";