mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-17 23:14:03 +01:00
New sidebar and folder view (#263)
This commit is contained in:
8
src-web/components/core/tree/dnd.ts
Normal file
8
src-web/components/core/tree/dnd.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export enum ItemTypes {
|
||||
TREE_ITEM = 'tree.item',
|
||||
TREE = 'tree',
|
||||
}
|
||||
|
||||
export type DragItem = {
|
||||
id: string;
|
||||
};
|
||||
Reference in New Issue
Block a user