Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
da730 committed Feb 6, 2024
1 parent 53ea0dc commit ee7a65c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vmind/src/typings/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { FFmpeg } from '@ffmpeg/ffmpeg';
import type { VChart } from '@visactor/vchart';
import type { ManualTicker, DefaultTimeline } from '@visactor/vrender-core';

export interface ILLMOptions {
Expand Down Expand Up @@ -85,7 +84,7 @@ export type TimeType = {
};

export type OuterPackages = {
VChart: VChart;
VChart: any;
FFmpeg: FFmpeg;
fetchFile: (data: string | Buffer | Blob | File) => Promise<Uint8Array>;
ManualTicker: typeof ManualTicker;
Expand Down

0 comments on commit ee7a65c

Please sign in to comment.