UNPKG

@nuxt/ui

Version:

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

7 lines (6 loc) 156 B
import type { LinkProps } from '../types'; export declare function pickLinkProps(link: LinkProps & { [key: string]: any; }): { [x: string]: any; };