Skip to content

Commit

Permalink
fix: 无效代码删除
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Jan 24, 2024
1 parent e05c9c9 commit 35c0742
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions packages/li-editor/src/widgets/Export/ExportData/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,20 +170,3 @@ const ExportData = ({ visible, onVisbleChange }: ExportDataProps) => {
};

export default ExportData;
function async(
arg0: (
| import('@antv/li-sdk').VectorTileDatasetSchema
| import('@antv/li-sdk').RasterTileDatasetSchema
| import('@antv/li-sdk').RemoteDatasetSchema
| {
data: Record<string, any>[] | undefined;
id: string;
metadata: import('@antv/li-sdk').Metadata;
type: 'local';
columns: import('@antv/li-sdk').DatasetField[];
filter?: import('@antv/li-sdk').FilterGroup | undefined;
}
)[],
): LocalDatasetSchema[] {
throw new Error('Function not implemented.');
}

0 comments on commit 35c0742

Please sign in to comment.