UNPKG

@skbkontur/storybook-addon-live-examples

Version:

Storybook live examples plugin

13 lines (12 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uniqId = void 0; var uniqId = exports.uniqId = function () { var id = 0; return function () { id += 1; return id; }; }();