mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-21 14:17:56 +01:00
Remove unsupported XSL as supported format.
This commit is contained in:
parent
5efdefae58
commit
2f0d6dcefe
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user