RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
easy-email-extensions
Versions diffs
4.7.1 → 4.7.2
easy-email-extensions 4.7.1 → 4.7.2
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/lib/AttributePanel/utils/BlockAttributeConfigurationManager.d.ts
+1
-1
package/lib/index2.js.map
+1
-1
package/package.json
+2
-2
package/readme.md
+16
-7
package/lib/AttributePanel/utils/BlockAttributeConfigurationManager.d.ts
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
import { ReactNode } from 'react';
2
2
declare type ObjectComponent = {
3
-
[key: string]: ReactNode;
3
+
[key: string]:
(...args: any) =>
ReactNode;
4
4
};
5
5
export declare class BlockAttributeConfigurationManager {
6
6
private static map;
1
2
3
Next ›
Last »