UNPKG

@mikezimm/npmfunctions

Version:
6 lines (5 loc) 395 B
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;