UNPKG

@rnwonder/react-date-picker

Version:

A lightweight, customizable, and accessible date picker component for React applications.

9 lines (7 loc) 230 B
import { default as React } from 'react'; interface Props { when?: boolean; children: React.ReactNode; } export default function Show({ when, children }: Props): import("react/jsx-runtime").JSX.Element | null; export {};