Files
copilot-toolbox-sdfdsfds/node_modules/rc-tree/es/DropIndicator.d.ts
2026-01-16 01:51:36 +00:00

9 lines
245 B
TypeScript

import React from 'react';
export interface DropIndicatorProps {
dropPosition: -1 | 0 | 1;
dropLevelOffset: number;
indent: number;
}
declare const DropIndicator: React.FC<Readonly<DropIndicatorProps>>;
export default DropIndicator;