beta-parity-react
Version:
Beta Parity React Components
7 lines • 332 B
TypeScript
import React from 'react';
import './index.css';
import { Input } from '../BaseInput';
export interface DateInputProps extends React.ComponentPropsWithoutRef<typeof Input> {
}
export declare const DateInput: React.ForwardRefExoticComponent<DateInputProps & React.RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=index.d.ts.map