Table of contents

Public interface

Signature
interface SvgExportDef {}
Source

packages/editor/src/lib/editor/types/SvgExportContext.tsx


Properties

getElement

Public propertysignature

Signature
getElement: () =>
  | null
  | Promise<null | SVGElement | SVGElement[]>
  | SVGElement
  | SVGElement[]

key

Public propertysignature

Signature
key: string

SvgExportContextTAB_ID