Skip to content

Commit

Permalink
Merge branch 'feat-2430' of github.com:antvis/S2 into feat-2430
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 committed Jul 1, 2024
2 parents 806df96 + 34828f4 commit 3a25772
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/s2-react-components/playground/config.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* eslint-disable max-classes-per-file */
/* eslint-disable no-console */
import { type S2DataConfig, type S2Options } from '@antv/s2';
import { type S2DataConfig } from '@antv/s2';
// @ts-ignore
import type { SheetComponentOptions } from '@antv/s2-react';
import {
data,
fields,
Expand All @@ -15,7 +17,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 3a25772

Please sign in to comment.