Skip to content

Commit

Permalink
refactor: wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicleo committed Oct 12, 2024
1 parent 09c7e15 commit a1e8614
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/zarm/src/wheel/W.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { value createBEM } from '@zarm-design/bem';
import { value useControllableValue, value useUnmountedRef } from 'ahooks';
import { createBEM } from '@zarm-design/bem';
import { useControllableValue, useUnmountedRef } from 'ahooks';
import {} from 'keen-slider';
import { value TrackDetails, value useKeenSlider } from 'keen-slider/react';
import { TrackDetails, useKeenSlider } from 'keen-slider/react';
import isEqual from 'lodash/isEqual';
import * as React from 'react';
import { value ConfigContext } from '../config-provider';
import { value resolvedFieldNames } from '../picker-view/utils';
import { value toArray } from '../utils';
import { value HTMLProps } from '../utils/utilityTypes';
import { value BaseWheelProps } from './interface';
import { ConfigContext } from '../config-provider';
import { resolvedFieldNames } from '../picker-view/utils';
import { toArray } from '../utils';
import { HTMLProps } from '../utils/utilityTypes';
import { BaseWheelProps } from './interface';

export interface WheelCssVars {
'--text-color': React.CSSProperties['color'];
Expand Down

0 comments on commit a1e8614

Please sign in to comment.