1234 |
- 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];
|