E
Size: a a a
E
E
$
$
E
$
E
E
AT
export const CodePlugin = (
options?: RenderElementOptions & { typeCode?: string }
)
VG
export const CodePlugin = (
options?: RenderElementOptions & { typeCode?: string }
)
export const CodePlugin = (options)
VG
AT
export const CodePlugin = (options)
AT
export const CodePlugin = (
options?: RenderElementOptions & { typeCode?: string }
): SlatePlugin => ({
renderElement: renderElementCode(options),
deserialize: deserializeCode(options),
});
A
AT
VG
SlatePlugin
A
AT