UNPKG

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