ant-design-vue
Version:
An enterprise-class UI design language and Vue-based implementation
5 lines (4 loc) • 403 B
TypeScript
import type { PickerMode } from '../vc-picker/interface';
import type { PickerLocale } from './generatePicker';
export declare function getPlaceholder(picker: PickerMode | undefined, locale: PickerLocale, customizePlaceholder?: string): string;
export declare function getRangePlaceholder(picker: PickerMode | undefined, locale: PickerLocale, customizePlaceholder?: [string, string]): [string, string];