| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| css/ | 2023-06-09 12:48 | - | ||
| LICENSE | 2018-07-02 17:56 | 1.0K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] | |
| README.md | 2018-07-02 17:56 | 198 | f12eb36 documentaiton updates [كارل مبارك] | |
| index.js | 2018-07-02 17:56 | 104 | ||
| index.js.flow | 2018-04-29 08:29 | 104 | ||
| package.json | 2023-06-09 12:49 | 2.0K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
# 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