UNPKG

@atlaskit/button

Version:

A button triggers an event or action. They let users know what will happen next.

6 lines 434 B
// Relative exports so that constellation examples end up at @atlaskit/new export { default } from './new-button/variants/default/button'; export { default as LinkButton } from './new-button/variants/default/link'; export { default as IconButton } from './new-button/variants/icon/button'; export { default as LinkIconButton } from './new-button/variants/icon/link'; export { SplitButton } from './new-button/containers/split-button';