ExportControlsComponentProps
| Name | Type | Description |
|---|---|---|
| allowJpgExport? | boolean | Defaults to true. |
| allowPngExport? | boolean | Defaults to true. |
| allowSvgExport? | boolean | Defaults to true. |
| className? | string | Optional class name to set on the element. |
| imageOptions? | ImageExportUIOptions | Options for image exports. |
| label? | string | What to show in the label, if visible. Defaults to "Export:". |
| showLabel? | boolean | Whether or not to show a label in front of the buttons. Defaults to true. |
| svgOptions? | SvgExportUIOptions | Options for SVG exports. |