UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

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