@birkan-dogan-upu/react-tailwindcss-datepicker
Version:
A modern React Datepicker using Tailwind CSS 3
10 lines (9 loc) • 401 B
TypeScript
declare const ShortcutLeftArrow: ({ color, hoverColor }: {
color?: string | undefined;
hoverColor?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
declare const ShortcutRightArrow: ({ color, hoverColor }: {
color?: string | undefined;
hoverColor?: string | undefined;
}) => import("react/jsx-runtime").JSX.Element;
export { ShortcutLeftArrow, ShortcutRightArrow };