@ioca/react 1.2.8 → 1.2.9

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.
@@ -295,7 +295,7 @@ declare const Dropdown: {
295
295
  Item: (props: IDropItem) => react_jsx_runtime.JSX.Element;
296
296
  };
297
297
 
298
- interface IEditor {
298
+ interface IEditor extends Omit<HTMLAttributes<HTMLDivElement>, "onInput"> {
299
299
  ref?: RefObject<RefEditor | null>;
300
300
  placeholder?: string;
301
301
  width?: string | number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ioca/react",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",