Skip to content

Commit

Permalink
chore: type
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jun 5, 2024
1 parent 7e38a83 commit a3cbd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/test-utils/src/test-scene.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { IMapOptions } from '@antv/l7-map';
import type { IMapConfig } from '@antv/l7-core';
import { Map } from '@antv/l7-maps';
import { Scene } from '@antv/l7-scene';
import { glContext } from './gl-context';

export function TestScene(options?: Partial<IMapOptions>) {
export function TestScene(options?: Partial<IMapConfig>) {
const el = document.createElement('div');
el.id = 'test-div-id';
const width = 400;
Expand Down

0 comments on commit a3cbd49

Please sign in to comment.