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 |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-younggeeks-typed-styles |
Last Version | Last Version0.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontyped-styles
WebJar for typed-styles
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-younggeeks-typed-styles/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-younggeeks-typed-styles</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-younggeeks-typed-styles/
implementation 'org.webjars.npm:github-com-younggeeks-typed-styles:0.0.7'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-younggeeks-typed-styles/
implementation ("org.webjars.npm:github-com-younggeeks-typed-styles:0.0.7")
'org.webjars.npm:github-com-younggeeks-typed-styles:jar:0.0.7'
<dependency org="org.webjars.npm" name="github-com-younggeeks-typed-styles" rev="0.0.7">
<artifact name="github-com-younggeeks-typed-styles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-younggeeks-typed-styles', version='0.0.7')
)
libraryDependencies += "org.webjars.npm" % "github-com-younggeeks-typed-styles" % "0.0.7"
[org.webjars.npm/github-com-younggeeks-typed-styles "0.0.7"]
npm i typed-styles
import type {Style} from 'typed-styles'
const styles: Style = {
height: 100,
width: 100,
display: 'block'
}
MIT