UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines 230 B
import * as components from "../components/custom-components.js"; export function getComponents(customComponents) { return { ...components, ...customComponents }; } //# sourceMappingURL=getComponents.js.map