Minor Changes
- #2431
52aadc6
Thanks @sarayourfriend! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes
- #2431
52aadc6
Thanks @sarayourfriend! - Type declaration forStyleSheet
's constructor has been fixed. It incorrectly was specifying thatoptions
were optional when in reality they weren't.