@kangtae49/just-layout 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -42,6 +42,13 @@ export declare const JustDraggableTitle: typeof JustDraggableTitle_2 & {
42
42
 
43
43
  declare function JustDraggableTitle_2(props: Props): JSX.Element;
44
44
 
45
+ export declare interface JustDragItem {
46
+ justId: JustId;
47
+ direction?: JustDirection;
48
+ pos?: JustPos;
49
+ index?: number;
50
+ }
51
+
45
52
  export declare interface JustId extends JSONObject {
46
53
  title: string;
47
54
  viewId: string;