@atlaskit/theme
Version:
Theme contains solutions for global theming, colors, and other useful mixins.
17 lines • 384 B
JSON
{
"name": "@atlaskit/theme/typography",
"main": "../dist/cjs/typography.js",
"module": "../dist/esm/typography.js",
"module:es2019": "../dist/es2019/typography.js",
"sideEffects": [
"**/*.compiled.css"
],
"types": "../dist/types/typography.d.ts",
"typesVersions": {
">=4.5 <5.9": {
"*": [
"../dist/types-ts4.5/typography.d.ts"
]
}
}
}