sillsdev / sillsdev/mui-language-picker
Make Language Picker props type available
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to make a simple wrapper component for the Language Picker, which would be smoother if the interface IProps used in https://github.com/sillsdev/mui-language-picker/blob/master/src/LanguagePicker.tsx were exported/importable in the npm package (perhaps as LanguagePickerProps).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in src/LanguagePicker.tsx, where the interface IProps is defined, and inspect how the package exposes its public types. Done means a wrapper can import the Language Picker props type from the npm package under the requested public name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100