HTMLProperties
HTMLProperties: { schema: { attrs: never[]; className: string; content: string; tag: string }; template: (ctx: any) => string; type: string } = ...
Type declaration
schema: { attrs: never[]; className: string; content: string; tag: string }
attrs: never[]
className: string
content: string
tag: string
template: (ctx: any) => string
type: string