芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/typed-styles/README.md
# 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