0.0.8 • Published 5 years ago

typed-styles v0.0.8

Weekly downloads
2,339,495
License
MIT
Repository
github
Last release
5 years ago

Typed Styles

npm i typed-styles

Usage

import type {Style} from 'typed-styles'

const styles: Style = {
  height: 100,
  width: 100,
  display: 'block'
}

License

MIT