UNPKG

@nuxt/ui-pro

Version:

Ship beautiful web applications at the speed of light with Nuxt UI Pro.

16 lines (15 loc) 672 B
export interface ProseAProps { href?: string; target?: '_blank' | '_parent' | '_self' | '_top' | (string & object) | null | undefined; class?: any; } export interface ProseASlots { default(props?: {}): any; } declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseASlots>; export default _default; type __VLS_WithSlots<T, S> = T & { new (): { $slots: S; }; };