UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

8 lines 410 B
import * as React from 'react'; export 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))); }; //# sourceMappingURL=primitive-documentation.js.map