UNPKG

285 BJavaScriptView Raw
1import React from "react";
2/**
3 * Render the button elements in the calendar.
4 *
5 * @group Components
6 * @see https://daypicker.dev/guides/custom-components
7 */
8export function Button(props) {
9 return React.createElement("button", { ...props });
10}
11//# sourceMappingURL=Button.js.map
\No newline at end of file