UNPKG

react-trip-date

Version:

date-picker and range-picker for React applications

7 lines (6 loc) 171 B
import { ReactNode } from "react"; interface Props { children: ReactNode; } export declare const TestProviders: ({ children }: Props) => JSX.Element; export {};