@atlaskit/tokens
Version:
Design tokens are the single source of truth to name and store design decisions.
10 lines • 346 B
JSON
{
"name": "@atlaskit/tokens/artifacts/types",
"main": "../../dist/cjs/entry-points/artifacts-types.js",
"module": "../../dist/esm/entry-points/artifacts-types.js",
"module:es2019": "../../dist/es2019/entry-points/artifacts-types.js",
"sideEffects": [
"**/*.css"
],
"types": "../../dist/types/entry-points/artifacts-types.d.ts"
}