UNPKG

@atlaskit/button

Version:

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

12 lines 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // 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 function default_1(props) { throw Error('this component should never be rendered. It is for dev purposes only. Please use the default export from `@atlaskit/button`'); } exports.default = default_1; //# sourceMappingURL=ButtonProps.js.map