-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.ts
More file actions
11 lines (11 loc) · 759 Bytes
/
index.ts
File metadata and controls
11 lines (11 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
export { default as EmailShareButton } from './src/Email.astro';
export { default as FacebookShareButton } from './src/Facebook.astro';
export { default as HackerNewsShareButton } from './src/HackerNews.astro';
export { default as LinkedInShareButton } from './src/LinkedIn.astro';
export { default as RedditShareButton } from './src/Reddit.astro';
export { default as ThreadsShareButton } from './src/Threads.astro';
export { default as TwitterShareButton } from './src/Twitter.astro';
export { default as WhatsAppShareButton } from './src/Whatsapp.astro';
export { default as MediumShareButton } from './src/Medium.astro';
export { default as SocialShare } from './src/SocialShare.astro';
export { default as BlueskyShareButton } from './src/Bluesky.astro';