UNPKG

@nuxt/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

8 lines (7 loc) 298 B
import type { LinkProps } from '../types'; export declare function pickLinkProps(link: LinkProps & { [key: string]: any; }): import("@vueuse/shared").ReactivePickReturn<LinkProps & { [key: string]: any; }, string>; export declare function isPartiallyEqual(item1: any, item2: any): boolean;