UNPKG

@storybook/addon-docs

Version:
12 lines (9 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.titleFunction = void 0; var titleFunction = function titleFunction(title) { return "Addons/Docs/".concat(title); }; exports.titleFunction = titleFunction;