import type {
  PopsTitleConfig,
  PopsContentConfig,
  PopsDragConfig,
  PopsGeneralConfig,
  PopsMoreButtonConfig,
} from "../../../types/components";

/**
 * pops.confirm
 */
export interface PopsConfirmConfig
  extends PopsTitleConfig, PopsContentConfig, PopsMoreButtonConfig, PopsDragConfig, PopsGeneralConfig {}
