UNPKG

@varlet/ui

Version:

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

10 lines (7 loc) 175 B
export interface IContext { locks: Record<any, number> zIndex: number enableRipple: boolean } export declare const Context: IContext export class _ContextComponent {}