UNPKG

payzli-ui-aryan

Version:

A custom react components library

8 lines (7 loc) 235 B
import React from "react"; import { IDateSelectInput } from "../../models/IDateInputProps"; declare const DateSelectInput: { (props: IDateSelectInput): React.JSX.Element; displayName: string; }; export default DateSelectInput;