UNPKG

epn-ui

Version:

Дизайн система кабинета ВМ

5 lines (4 loc) 171 B
import type { DatePickerProps } from 'antd'; export interface IDatePickerProps extends Omit<DatePickerProps, 'locale' | 'theme'> { disabledValue?: [Date, Date]; }