UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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;