Commits
Click on a commit to change the comparison rangefeat(react/worklet): add getComputedStyle to Element
This commit introduces the `getComputedStyle` method to the `Element` class in the worklet runtime. This method allows developers to retrieve the computed styles of an element, which is essential for dynamic styling and layout calculations.
The implementation calls the underlying `__GetComputedStyle` API and includes the necessary type definitions to ensure type safety.