Kind: Type
Source: atloria-monorepo/packages/editor/src/plugins/image/ImageNode.tsx
Definition
tsSpread<
{
altText: string
title?: string
width?: number
height?: number
src: string
rest: (MdxJsxAttribute | MdxJsxExpressionAttribute)[]
type: 'image'
version: 1
},
SerializedLexicalNode
>
Was this page helpful?