UNPKG

compass-docgen

Version:

This is a package that will help you to create your documentation for yours components

9 lines (8 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.__COMPONENT_NAME__ = void 0; const jsx_runtime_1 = require("react/jsx-runtime"); const __COMPONENT_NAME__ = ({}) => { return ((0, jsx_runtime_1.jsx)("div", { children: (0, jsx_runtime_1.jsx)("p", { children: "__COMPONENT_NAME__ works!" }) })); }; exports.__COMPONENT_NAME__ = __COMPONENT_NAME__;