UNPKG

tdesign-react

Version:
8 lines (7 loc) 339 B
import React from 'react'; import type { StyledProps } from '../common'; import type { TdDatePickerProps } from './type'; export interface DatePickerProps extends TdDatePickerProps, StyledProps { } declare const DatePicker: React.ForwardRefExoticComponent<DatePickerProps & React.RefAttributes<HTMLDivElement>>; export default DatePicker;