easy-email-extensions 4.7.0 → 4.7.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;