@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
20 lines (19 loc) • 1.51 kB
JavaScript
/**
* CodeAnalizerComment: Updated 6 imports on 2024-09-21 23:07:24
* Update:: import { createBasePerformanceInit } to '@mikezimm/fps-core-v7/lib/components/molecules/Performance/functions;'
* Update:: import { startPerformOp } to '@mikezimm/fps-core-v7/lib/components/molecules/Performance/functions;'
* Update:: import { startPerformOpDetail } to '@mikezimm/fps-core-v7/lib/components/molecules/Performance/functions;'
* Update:: import { updatePerformanceEnd } to '@mikezimm/fps-core-v7/lib/components/molecules/Performance/functions;'
* Update:: import { updatePerformOpSimple } to '@mikezimm/fps-core-v7/lib/components/molecules/Performance/functions;'
* Update:: import { ILoadPerformance } to '@mikezimm/fps-core-v7/lib/components/molecules/Performance/IPerformance;'
*/
//Hook and it's props
import { createBasePerformanceInit, startPerformOp, startPerformOpDetail, updatePerformanceEnd, updatePerformOpSimple,
// startPerformanceInit_ALVFM, startPerformanceInit_SS7, //Deprecating these in future
} from "@mikezimm/fps-core-v7/lib/components/molecules/Performance/functions";
import { createPerformanceTableVisitor, } from "../molecules/Performance/tables";
// export default FPSAgeSliderHook;
export { createPerformanceTableVisitor, createBasePerformanceInit, startPerformOp, startPerformOpDetail, updatePerformanceEnd, updatePerformOpSimple,
// startPerformanceInit_ALVFM, startPerformanceInit_SS7, //Deprecating these in future
};
//# sourceMappingURL=Performance.js.map