UNPKG

218 BTypeScriptView Raw
1import * as React from 'react';
2export default function DropIndicator({ dropPosition, dropLevelOffset, indent, }: {
3 dropPosition: -1 | 0 | 1;
4 dropLevelOffset: number;
5 indent: number;
6}): React.JSX.Element;