UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

12 lines (11 loc) 292 B
import { ActionIconSize } from '@lobehub/ui'; import { LexicalEditor } from 'lexical'; import React from 'react'; interface PROP { editor: LexicalEditor; isLink: boolean; disabled?: boolean; size?: ActionIconSize; } export declare const LinkAction: React.FC<PROP>; export {};