@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
31 lines (30 loc) • 2.26 kB
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43
* Update:: import { IMinPageStyleProps } to '@mikezimm/fps-core-v7/lib/banner/features/PageStyle/Interfaces;'
*/
/**
* 2024-09-07: Migrated from the same folder in fps-library-v2/banner/features/interfaces/MinWP/...
*/
import { IMinOverRideProps, ISulWPProps } from "../../../common/PropPaneHelp/preconfig/Interfaces";
import { IEasyPagesIconsWPProps } from "../../../components/atoms/easy-icons/interfaces/IEasyIconsWPProps";
import { IMinFilterButtonWPProps } from "../../../components/atoms/FilterButtons/interfaces/IFPSFilterButtonWPProps";
import { IMinWPFieldPanelProps } from "../../../components/molecules/FieldPanel/interfaces/IMinWPFieldPanelProps";
import { IFPSPageBGWPProps } from "../../../components/molecules/FullPageBackGround/interfaces/IFPSPageBGWPProps";
import { IFPSListItemPickerWPProps2 } from "../../components/ItemPicker/interfaces/IFPSListItemPickerWPProps";
import { IFPSListItemPickerWPProps } from "../../components/ItemPicker/interfaces/IFPSListItemPickerWPProps";
import { IMinCustomHelpProps } from "../../components/VisitorPanel/Interfaces";
import { IMinPandoramicProps } from "../../features/Expando/Interfaces";
import { IMinLockProps } from "../../features/LockProps/Interfaces";
import { IMinPageStyleProps } from "../../features/PageStyle/Interfaces";
import { IMinPinMeProps } from "../../features/PinMe/Interfaces";
import { IMinBannerThemeProps } from "../Theme/Interfaces";
import { IMinBannerUIProps } from "./IMinBannerUIProps";
import { IMinBannerUtilityProps } from "./IMinBannerUtilityProps";
/**
* Usage: export interface FutureMailable extends IMinWPBannerProps {
*/
export interface IMinWPBannerProps extends IMinBannerUIProps, IEasyPagesIconsWPProps, IMinPinMeProps, IMinPandoramicProps, IMinBannerThemeProps, IMinCustomHelpProps, IMinPageStyleProps, IMinBannerUtilityProps, IMinWPFieldPanelProps, IFPSPageBGWPProps, IFPSListItemPickerWPProps, IFPSListItemPickerWPProps2, // IFPSListItemPickerWPProps3, IFPSListItemPickerWPProps4,
IMinLockProps, IMinOverRideProps, ISulWPProps, IMinFilterButtonWPProps {
}
export declare const changeBanner: string[];
//# sourceMappingURL=IMinWPBannerProps.d.ts.map