UNPKG

@navinc/base-react-components

Version:
11 lines 486 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = require("@storybook/react"); const readme_md_1 = __importDefault(require("./readme.md")); (0, react_1.storiesOf)('1. Components | General', module).add('Feature', () => { }, { info: { text: readme_md_1.default }, }); //# sourceMappingURL=story.js.map