@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
25 lines (23 loc) • 992 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 02:56:43
* Update:: import { IWebpartBannerProps } to '@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps;'
*/
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { IFPSFilterButtonWPProps } to '@mikezimm/fps-core-v7/lib/components/atoms/FilterButtons/interfaces/IFPSFilterButtonWPProps;'
*/
import { IFPSFilterButtonWPProps } from "../../components/atoms/FilterButtons/interfaces/IFPSFilterButtonWPProps";
import { IWebpartBannerProps } from "./IWebpartBannerProps";
/**
* Use this to extend the default react component props for FPS Banner functionality
*
* Usage:
* export interface IYourComponentProps extends IFPSCoreReactComponentProps {
*
*/
export interface IFPSCoreReactComponentProps {
errMessage: any;
bannerProps: IWebpartBannerProps;
QFButtons?: IFPSFilterButtonWPProps[];
}
//# sourceMappingURL=ReactComponentProps.d.ts.map