UNPKG

@api-buddy/sendgrid

Version:

API Buddy integration for SendGrid - Email delivery service for transactional and marketing emails

6 lines (5 loc) 199 B
export * from './client'; export * from './hooks/useSendEmail'; export * from './types'; export type { MailDataRequired } from '@sendgrid/mail'; export { sendGridClient as default } from './client';