jderobot-ide-interface 0.2.27 → 0.2.29

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.
@@ -9,7 +9,7 @@ export declare const DropdownStatusBar: ({ id, title, baseHeight, width, down, s
9
9
  onOpen: () => void;
10
10
  children: any;
11
11
  }) => JSX.Element;
12
- export declare const DropdownIcon: ({ id, title, width, down, setter, possibleValues, children, }: {
12
+ export declare const DropdownIcon: ({ id, title, width, setter, possibleValues, children, }: {
13
13
  id: string;
14
14
  title: string;
15
15
  width: number;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import { ReactNode } from "react";
2
3
  import { ModalInputSelectIconEntry, ModelRowTypes } from "Types";
3
4
  declare const Modal: ({ id, isOpen, onClose, children, onSubmit, onReset, }: {