[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]css/2023-06-08 14:13 -  
[   ]index.js2018-07-02 17:56 104  
[   ]index.js.flow2018-04-29 08:29 104  
[   ]package.json2023-06-08 14:14 2.0K 
[   ]LICENSE2018-07-02 17:56 1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2018-07-02 17:56 198 0fb859dc fixed mobile overflwo options [كارل مبارك]
# 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