Skip to content

Instantly share code, notes, and snippets.

@realtomaszkula
Created May 28, 2018 08:06
Show Gist options
  • Save realtomaszkula/1201192fb52d8a7ec818aad1e42090f8 to your computer and use it in GitHub Desktop.
Save realtomaszkula/1201192fb52d8a7ec818aad1e42090f8 to your computer and use it in GitHub Desktop.
abstract class Dimensions {
width: number;
height: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment