lexical-vue
Version:
An extensible Vue 3 web text-editor based on Lexical.
7 lines (6 loc) • 308 B
TypeScript
import * as __VLS_VINE from 'vue-vine/internals';
import type { LinkAttributes } from '@lexical/link';
export declare function LinkPlugin(props: __VLS_VINE.VineComponentCommonProps & {
validateUrl?: (url: string) => boolean;
attributes?: LinkAttributes;
}, context: {}): __VLS_VINE.VueVineComponent;