UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

11 lines (6 loc) 291 B
import { StyleValue } from 'vue' import { VarDirective } from './varDirective' export type HoverValue = StyleValue | ((hovering: boolean) => void) export interface IHover extends VarDirective<HoverValue> {} export declare const Hover: IHover export declare const _HoverComponent: IHover