# Typed Styles

```sh
npm i typed-styles
```

## Usage

```js
import type {Style} from 'typed-styles'

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

## License

MIT
