UNPKG

@element-plus/nightly

Version:

A Component Library for Vue 3

4 lines (3 loc) 254 B
import type { ComponentSize, DatePickType } from '@element-plus/nightly/es/constants'; export declare const isValidComponentSize: (val: string) => val is ComponentSize | ""; export declare const isValidDatePickType: (val: string) => val is DatePickType;