@redux-devtools/rtk-query-monitor
Version:
rtk-query monitor for Redux DevTools
13 lines (12 loc) • 356 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.renderTabPanelButtonId = renderTabPanelButtonId;
exports.renderTabPanelId = renderTabPanelId;
function renderTabPanelId(value) {
return `rtk-query-monitor-tab-panel-${value}`;
}
function renderTabPanelButtonId(value) {
return renderTabPanelId(value) + '-button';
}