@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
23 lines (22 loc) • 915 B
JavaScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52
* Update:: import { IWebpartBannerProps } to '@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps;'
*/
// import { getHelpListPerformance } from "./listview/ListPerformance";
import { getHelpRefinerColumns } from "./listview/RefinerColumns";
// import { getHelpStringFunctions } from "./listview/StringFunctions";
import { getHelpRefinerRules } from "./listview/RefinerRules";
export function DrilldownHelp(bannerProps) {
const pages = [
// getHelpListPerformance ( ) ,
getHelpRefinerColumns(),
// getHelpStringFunctions ( ) ,
getHelpRefinerRules(),
// getHelpViews ( bannerProps ) ,
// getHelpStats ( bannerProps ) ,
// getHelpCommands ( bannerProps ) ,
// getHelpUsers ( ) ,
];
return pages;
}
//# sourceMappingURL=Refiners.js.map