AOSSIE-Org / AOSSIE-Org/SocialShareButton

[FEATURE]: feat: add TypeScript type definitions (.d.ts) for config options

Open
#233 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
TypeScript
Stars
25
Forks
64
Avg merge
2d 11h
Merged PRs (30d)
1

Description

### Feature and its Use Cases

What change I'm going to make:
The repo is primarily TypeScript with React/Next.js wrappers, but currently doesn't ship proper .d.ts type definitions for the package's config options. I'd like to add type definitions for:

buttonStyle
theme
platforms
onShare (callback)
onCopy (callback)

Why this matters:
Without proper types, TS consumers lose autocomplete and type-checking on these props, which goes against the package being TS-first.

Plan:
I'll create the .d.ts files, ensure they're exported correctly, and test them against a sample React/Next.js consumer to confirm resolution works.

### Additional Context

no

### Code of Conduct

- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there
- [x] I have searched existing issues to avoid duplicates

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.