@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
5 lines • 430 B
TypeScript
import { IPropertyPaneGroup } from '@mikezimm/fps-core-v7/lib/types/@msft/1.15.2/sp-property-pane';
import { IRelatedKey } from './IRelatedItemsProps';
import { IMinPageLinksProps, IMinRelatedWPProps } from './IRelatedWebPartProps';
export declare function buildRelatedItemsPropsGroup(wpProps: IMinRelatedWPProps | IMinPageLinksProps, name: IRelatedKey): IPropertyPaneGroup;
//# sourceMappingURL=RelatedItemsPropGroup.d.ts.map