first commit
This commit is contained in:
8
frontend/node_modules/rc-tree/es/DropIndicator.d.ts
generated
vendored
Normal file
8
frontend/node_modules/rc-tree/es/DropIndicator.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user