UNPKG

@bitrix24/b24ui-nuxt

Version:

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

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