UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

11 lines (10 loc) 312 B
import { TimePickerProps } from "../time-picker.props"; export interface TimePickerLocaleData { placeholder: string; headerLabels: { hour: string; minute: string; seconds: string; }; } export declare function useTimePickerLocale(props: TimePickerProps): TimePickerLocaleData;