UNPKG

@redux-devtools/rtk-query-monitor

Version:
13 lines (12 loc) 356 B
"use strict"; 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'; }