first commit
This commit is contained in:
14
frontend/node_modules/rc-segmented/lib/MotionThumb.d.ts
generated
vendored
Normal file
14
frontend/node_modules/rc-segmented/lib/MotionThumb.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import * as React from 'react';
|
||||
import type { SegmentedValue } from '.';
|
||||
export interface MotionThumbInterface {
|
||||
containerRef: React.RefObject<HTMLDivElement>;
|
||||
value: SegmentedValue;
|
||||
getValueIndex: (value: SegmentedValue) => number;
|
||||
prefixCls: string;
|
||||
motionName: string;
|
||||
onMotionStart: VoidFunction;
|
||||
onMotionEnd: VoidFunction;
|
||||
direction?: 'ltr' | 'rtl';
|
||||
vertical?: boolean;
|
||||
}
|
||||
export default function MotionThumb(props: MotionThumbInterface): React.JSX.Element | null;
|
||||
Reference in New Issue
Block a user