Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Jan 2, 2024
1 parent ff3c898 commit 2dc11ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as React from 'react';
import classNames from 'classnames';
import useMergedState from 'rc-util/lib/hooks/useMergedState';
import { composeRef } from 'rc-util/lib/ref';
import omit from 'rc-util/lib/omit';
import { composeRef } from 'rc-util/lib/ref';
import * as React from 'react';

import MotionThumb from './MotionThumb';

Expand All @@ -16,7 +16,7 @@ export interface SegmentedLabeledOption {
label: React.ReactNode;
value: SegmentedRawOption;
/**
* html `title` property for label
* html `title` property for label test
*/
title?: string;
}
Expand Down

0 comments on commit 2dc11ca

Please sign in to comment.