@atlaskit/button
Version:
A button triggers an event or action. They let users know what will happen next.
17 lines • 480 B
JSON
{
"name": "@atlaskit/button/standard-button",
"main": "../dist/cjs/entry-points/standard-button.js",
"module": "../dist/esm/entry-points/standard-button.js",
"module:es2019": "../dist/es2019/entry-points/standard-button.js",
"sideEffects": [
"**/*.compiled.css"
],
"types": "../dist/types/entry-points/standard-button.d.ts",
"typesVersions": {
">=4.5 <5.9": {
"*": [
"../dist/types-ts4.5/entry-points/standard-button.d.ts"
]
}
}
}