UNPKG

@vuesax-alpha/nightly

Version:
4 lines (3 loc) 238 B
import type { Color } from 'vuesax-alpha/es/constants'; export declare const isValidComponentSize: (val: string) => val is "" | "default" | "small" | "large"; export declare const isValidComponentColor: (color: string) => color is Color;