UNPKG

storybook-i18n

Version:

Tool to set the locale in Storybook for i18n

14 lines (11 loc) 335 B
import { ADDON_ID } from './chunk-Y77HUBL6.js'; import React from 'react'; function renderLabel(item) { if (item.type !== "story" && item.type !== "docs") { return; } if (item.title.startsWith(ADDON_ID)) { return /* @__PURE__ */ React.createElement("span", null, "\u{1F31F} ", item.name); } } export { renderLabel };