@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
10 lines • 414 B
TypeScript
import { ISourcePropsEP } from "../interfaces/epTypes";
import { IEasyLink } from "../interfaces/IEasyPagesPageHookProps";
/**
* This returns only tabs that were found and in the original order provided by props.
* @param sourceProps
* @param items
* @returns
*/
export declare function getUsedTabs(sourceProps: ISourcePropsEP, items: IEasyLink[]): string[];
//# sourceMappingURL=getUsedTabs.d.ts.map