wix-storybook-utils
Version:
Utilities for automated component documentation within Storybook
13 lines • 630 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PrimitiveDocumentation = void 0;
var tslib_1 = require("tslib");
var React = tslib_1.__importStar(require("react"));
var PrimitiveDocumentation = function (_a) {
var unit = _a.unit;
return (React.createElement("tr", null,
React.createElement("td", { "data-hook": "auto-testkit-primitive-name" }, unit.name),
React.createElement("td", { "data-hook": "auto-testkit-primitive-description" }, unit.description)));
};
exports.PrimitiveDocumentation = PrimitiveDocumentation;
//# sourceMappingURL=primitive-documentation.js.map