import { WidgetSettingsPropsInterface } from "..";

import { ComponentType } from "react";

export type WidgetSettingsComponentInterface = ComponentType<
  WidgetSettingsPropsInterface
>;
