UNPKG

493 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.extractComponentDescription = extractComponentDescription;
7
8require("core-js/modules/es.symbol.js");
9
10require("core-js/modules/es.symbol.description.js");
11
12function extractComponentDescription(component) {
13 if (!component) {
14 return null;
15 }
16
17 var _component$__docgen = component.__docgen,
18 __docgen = _component$__docgen === void 0 ? {} : _component$__docgen;
19
20 return __docgen.description;
21}
\No newline at end of file