Type Alias: UseExtensionComponentProps<Extension>
UseExtensionComponentProps<
Extension
>:object
& [LexicalExtensionOutput
<Extension
>] extends [object
] ?Omit
<ComponentProps
<OutputComponentType
>,"lexical:extension"
> :never
The lexical:extension prop combined with the props of the given Extension's output Component.
Type declaration
lexical:extension
lexical:extension:
Extension
The Extension
Type Parameters
• Extension extends AnyLexicalExtension