UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

6 lines (5 loc) 215 B
import type { DisabledTimes, PickerMode } from '../interface'; export interface WarningProps extends DisabledTimes { picker?: PickerMode; } export declare function legacyPropsWarning(props: WarningProps): void;