UNPKG

@atlaskit/button

Version:

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

9 lines 460 B
// This file exists for extract-react-types. It is to work // around extract-react-types not knowing how to extract the // complex type that we use for ButtonProps. // https://github.com/atlassian/extract-react-types/issues/59 // @ts-ignore export default function (props) { throw Error('this component should never be rendered. It is for dev purposes only. Please use the default export from `@atlaskit/button`'); } //# sourceMappingURL=ButtonProps.js.map