Skip to content

Commit

Permalink
Fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrossil committed Jul 17, 2022
1 parent 7ee6ec8 commit 3430197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/IComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,8 @@ export default interface IComponent {
* @see {@link https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio} for syntax
*/
aspectRatio: number;

/**
* The computedStyle() method returns an object containing the values of all CSS properties of the Component, after applying active stylesheets and resolving any basic computation those values may contain. Individual CSS property values are accessed through APIs provided by the object, or by indexing with CSS property names.
*/
}

0 comments on commit 3430197

Please sign in to comment.