UNPKG

tdesign-react

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