mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-22 01:42:47 +00:00
10 lines
307 B
JavaScript
10 lines
307 B
JavaScript
// node_modules/@storybook/blocks/dist/chunk-GWAJ4KRU.mjs
|
|
var getControlId = (value) => `control-${value.replace(/\s+/g, "-")}`;
|
|
var getControlSetterButtonId = (value) => `set-${value.replace(/\s+/g, "-")}`;
|
|
|
|
export {
|
|
getControlId,
|
|
getControlSetterButtonId
|
|
};
|
|
//# sourceMappingURL=chunk-XAKDEK6E.js.map
|