UNPKG

561 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3// This file exists for extract-react-types. It is to work
4// around extract-react-types not knowing how to extract the
5// complex type that we use for ButtonProps.
6// https://github.com/atlassian/extract-react-types/issues/59
7// @ts-ignore
8function default_1(props) {
9 throw Error('this component should never be rendered. It is for dev purposes only. Please use the default export from `@kalamazoo/button`');
10}
11exports.default = default_1;
12//# sourceMappingURL=ButtonProps.js.map
\No newline at end of file