UNPKG

press-ui

Version:

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

16 lines (15 loc) 263 B
export declare const link: { props: { url: { type: StringConstructor; default: string; }; linkType: { type: StringConstructor; default: string; }; }; methods: { jumpLink(this: any, urlKey?: string): void; }; };