UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

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