Skip to content

Commit

Permalink
chore: 修复 playground 类型问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jul 1, 2024
1 parent 9fb266c commit f489f8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/s2-react-components/playground/config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable max-classes-per-file */
/* eslint-disable no-console */
import { type S2DataConfig, type S2Options } from '@antv/s2';
import { type S2DataConfig } from '@antv/s2';
import type { SheetComponentOptions } from '@antv/s2-react';
import {
data,
fields,
Expand All @@ -15,7 +16,7 @@ export const s2DataConfig: S2DataConfig = {
fields,
};

export const s2Options: S2Options = {
export const s2Options: SheetComponentOptions = {
debug: false,
width: 800,
height: 600,
Expand Down

0 comments on commit f489f8b

Please sign in to comment.