0.0.8 • Published 7 years ago
typed-styles v0.0.8
Typed Styles
npm i typed-stylesUsage
import type {Style} from 'typed-styles'
const styles: Style = {
height: 100,
width: 100,
display: 'block'
}License
MIT
npm i typed-stylesimport type {Style} from 'typed-styles'
const styles: Style = {
height: 100,
width: 100,
display: 'block'
}MIT