@zealicsolutions/web-ui 0.4.98 → 0.4.99

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,4 +30,4 @@ export declare type OrganismContextProviderProps = PropsWithChildren<{
30
30
  currentStyleAttributes: Record<string, string>;
31
31
  currentContentAttributes: Record<string, string>;
32
32
  }>>;
33
- export declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, currentStyleAttributes, currentContentAttributes }: OrganismContextProviderProps) => JSX.Element;
33
+ export declare const OrganismContextProvider: ({ initItems, children, submitHandler, formId, organismId, validations, editable, isPreview, isFormInEditMode, organismMetadata, isConfigurationMode, onConfigurationItemHandler, selectedConfigurationItemId, currentStyleAttributes, currentContentAttributes, }: OrganismContextProviderProps) => JSX.Element;