amis-rpc-design/node_modules/rc-tree/es/DropIndicator.d.ts

7 lines
218 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import * as React from 'react';
export default function DropIndicator({ dropPosition, dropLevelOffset, indent, }: {
dropPosition: -1 | 0 | 1;
dropLevelOffset: number;
indent: number;
}): React.JSX.Element;