Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/html/html

Index

Variables

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
      • (ctx: any): string
      • Parameters

        • ctx: any

        Returns string

  • type: string

Generated using TypeDoc