Typed Styles
npm i typed-styles
Usage
import type {Style} from 'typed-styles'
const styles: Style = {
height: 100,
width: 100,
display: 'block'
}
License
MIT
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdtyped-styles |
Last Version | Last Version0.0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontyped-styles
WebJar for typed-styles
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
typed-styles-0.0.8.pom | |
typed-styles-0.0.8.jar | 14 KB |
typed-styles-0.0.8-sources.jar | 22 bytes |
typed-styles-0.0.8-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/typed-styles/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>typed-styles</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/typed-styles/
implementation 'org.webjars.npm:typed-styles:0.0.8'
// https://jarcasting.com/artifacts/org.webjars.npm/typed-styles/
implementation ("org.webjars.npm:typed-styles:0.0.8")
'org.webjars.npm:typed-styles:jar:0.0.8'
<dependency org="org.webjars.npm" name="typed-styles" rev="0.0.8">
<artifact name="typed-styles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='typed-styles', version='0.0.8')
)
libraryDependencies += "org.webjars.npm" % "typed-styles" % "0.0.8"
[org.webjars.npm/typed-styles "0.0.8"]
npm i typed-styles
import type {Style} from 'typed-styles'
const styles: Style = {
height: 100,
width: 100,
display: 'block'
}
MIT