UNPKG

@rnwonder/solid-date-picker

Version:

A responsive, highly-customizable datepicker component for SolidJS.

8 lines (7 loc) 160 B
import { Component } from "solid-js"; interface IProps { color?: string; class?: string; } export declare const PrevIcon: Component<IProps>; export {};