UNPKG

@varlet/ui

Version:

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

8 lines (4 loc) 180 B
import { VarDirective } from './varDirective' export interface ILazy extends VarDirective<string> {} export declare const Lazy: ILazy export declare const _LazyComponent: ILazy