dropIndicator.d.ts 261 B

12345678
  1. export declare const offset = 4;
  2. export default function dropIndicatorRender(props: {
  3. dropPosition: -1 | 0 | 1;
  4. dropLevelOffset: number;
  5. indent: number;
  6. prefixCls: string;
  7. direction: 'ltr' | 'rtl';
  8. }): import("vue/jsx-runtime").JSX.Element;