Remove unsupported XSL as supported format.

This commit is contained in:
Paulo Gustavo Veiga 2022-09-15 21:47:38 -07:00
parent 5efdefae58
commit 2f0d6dcefe

View File

@ -22,7 +22,7 @@ import { getMindmapFromPersistence } from '../../../editor-page/PersistenceManag
import Checkbox from '@mui/material/Checkbox';
type ExportFormat = 'svg' | 'jpg' | 'png' | 'txt' | 'mm' | 'wxml' | 'xls' | 'md';
type ExportFormat = 'svg' | 'jpg' | 'png' | 'txt' | 'mm' | 'wxml' | 'md';
type ExportGroup = 'image' | 'document' | 'mindmap-tool';
type ExportDialogProps = {