@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
6 lines (5 loc) • 395 B
TypeScript
import { DisplayMode } from '@microsoft/sp-core-library';
import { IMinPandoramicProps, IMinBannerUtilityProps } from '../../../HelpPanelOnNPM/onNpm/BannerInterface';
export interface IExpandoRelatedProps extends IMinPandoramicProps, IMinBannerUtilityProps {
}
export declare function expandoOnInit(thisProps: IExpandoRelatedProps, domElement: HTMLElement, displayMode: DisplayMode): void;