react95-io / React95

🌈🕹 Windows 95 style UI component library for React
https://react95.io
MIT License
6.65k stars 185 forks source link

build: fix TypeScript export for themes #347

Closed WesSouza closed 2 years ago

WesSouza commented 2 years ago

Currently, Rollup configures themes as a dir output type, with preserveModules enabled, but the types are not exported accordingly, so importing modules directly fails type checking:

import original from 'react95/dist/themes/original';