Spaces:
Runtime error
Runtime error
| ; | |
| var __importDefault = (this && this.__importDefault) || function (mod) { | |
| return (mod && mod.__esModule) ? mod : { "default": mod }; | |
| }; | |
| Object.defineProperty(exports, "__esModule", { value: true }); | |
| exports.Button = Button; | |
| const react_1 = __importDefault(require("react")); | |
| /** | |
| * Render the button elements in the calendar. | |
| * | |
| * @private | |
| * @deprecated Use `PreviousMonthButton` or `@link NextMonthButton` instead. | |
| */ | |
| function Button(props) { | |
| return react_1.default.createElement("button", { ...props }); | |
| } | |