Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
css/ | 2023-06-15 18:18 | - | ||
LICENSE | 2018-07-02 17:56 | 1.0K | ||
README.md | 2018-07-02 17:56 | 198 | d7c1522 post receive test [كارل مبارك] | |
index.js | 2018-07-02 17:56 | 104 | ||
index.js.flow | 2018-04-29 08:29 | 104 | ||
package.json | 2023-06-15 18:21 | 2.0K |
# 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