Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exports for CSSClasses and ThemeOptions #110

Closed
niloysikdar opened this issue Sep 11, 2022 · 1 comment · Fixed by #111
Closed

Fix exports for CSSClasses and ThemeOptions #110

niloysikdar opened this issue Sep 11, 2022 · 1 comment · Fixed by #111
Assignees
Labels
GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 released

Comments

@niloysikdar
Copy link
Member

Description:

While creating one demo application and layout using our package in TypeScript, I realized that we need CSSClasses and ThemeOptions interfaces to declare types for the variables.

Solution:

We need to export these interfaces directly from the package so that users can use them.

@niloysikdar niloysikdar self-assigned this Sep 11, 2022
@niloysikdar niloysikdar added the GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 label Sep 11, 2022
niloysikdar added a commit that referenced this issue Sep 11, 2022
Add missing interface exports for CSSClasses and ThemeOptions from the package

Fixes #110

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
agentmilindu pushed a commit that referenced this issue Sep 11, 2022
Add missing interface exports for CSSClasses and ThemeOptions from the package

Fixes #110

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>

Signed-off-by: Niloy Sikdar <niloysikdar30@gmail.com>
github-actions bot pushed a commit that referenced this issue Sep 11, 2022
## [1.15.2](v1.15.1...v1.15.2) (2022-09-11)

### Bug Fixes

* **exports:** add missing exports ([#111](#111)) ([ca059c4](ca059c4)), closes [#110](#110)
@github-actions
Copy link

🎉 This PR is included in version 1.15.2 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC 2022 Issues and Pull Requests under Google Summer of Code 2022 released
Projects
Status: Released
Development

Successfully merging a pull request may close this issue.

1 participant