Availity / availity-react

React components using Availity UIKit and Bootstrap 4
https://availity.github.io/availity-react
MIT License
52 stars 30 forks source link

convert @availity/typography package to typescript #1282

Closed clintonlunn closed 1 year ago

clintonlunn commented 1 year ago

🚀 Feature request

Current Behavior

The @availity/typography package is currently in JavaScript, providing limited type checking and autocompletion support.

Desired Behavior

Migrate the @availity/typography package to TypeScript for improved type safety and developer experience.

Suggested Solution

Convert all JavaScript files in the @availity/typography package to TypeScript, following the successful conversion and removal of d.ts files.

Who does this impact? Who is this for?

Everyone utilizing the @availity/typography package, particularly those implementing TypeScript in their projects.

Additional context