UNPKG

@rnwonder/solid-date-picker

Version:

A responsive, highly-customizable datepicker component for SolidJS.

6 lines (5 loc) 348 B
import { MonthSelectorProps } from "./MonthSelector"; export interface MonthSelectorExportProps extends Omit<MonthSelectorProps, "type" | "setShowSelectorTwo" | "setSelectorTwoProps" | "showSelectorTwo"> { } declare const MonthSelectorExport: (props: MonthSelectorExportProps) => import("solid-js").JSX.Element; export default MonthSelectorExport;