UNPKG

@memberjunction/actions-bizapps-social

Version:

Social Media Actions for MemberJunction - Twitter, LinkedIn, Facebook, Instagram, TikTok, YouTube, HootSuite, Buffer

8 lines (7 loc) 227 B
/** * Twitter/X Provider for MemberJunction Social Media Actions * * This module exports the base Twitter action class and all Twitter-specific actions. */ export * from './twitter-base.action'; export * from './actions';