UNPKG

vuestic-ui

Version:
17 lines (16 loc) 418 B
import { PropType } from 'vue'; export declare const useHoverStyleProps: { hoverBehavior: { type: PropType<"opacity" | "mask">; default: string; validator: (value: string) => boolean; }; hoverOpacity: { type: (StringConstructor | NumberConstructor)[]; default: number; }; hoverMaskColor: { type: StringConstructor; default: string; }; };