Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
css/ | 2023-06-19 12:50 | - | ||
LICENSE | 2018-07-02 17:56 | 1.0K | ||
README.md | 2018-07-02 17:56 | 198 | ||
index.js | 2018-07-02 17:56 | 104 | ||
index.js.flow | 2018-04-29 08:29 | 104 | ||
package.json | 2023-06-19 12:51 | 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