UNPKG

@cmk/fe_utils

Version:
14 lines (12 loc) 325 B
import { LinkWrapperProps } from './LinkWrapper'; import { FC } from 'react'; export declare const linkEditorComponentDef: { type: "Link"; props: { children: string; }; icon: string; category: "basic"; component: FC<LinkWrapperProps>; schema: import('../..').ExtendedObjectSchemaType; };