UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

4 lines (3 loc) 247 B
import { PickerMode } from 'rc-picker/lib/interface'; import { PickerLocale } from './generatePicker/interfaces'; export declare function getPlaceholder(picker: PickerMode | undefined, locale: PickerLocale, customizePlaceholder?: string): string;