@teambit/harmony.content.cli-reference 0.0.0-06c1c004bfa07b3e0d7fc71c5f69010ddf1841bc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BasicCliReference: () => React.JSX.Element;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.BasicCliReference = void 0;
7
+ const react_1 = __importDefault(require("react"));
8
+ const index_1 = require("./index");
9
+ const BasicCliReference = () => {
10
+ return react_1.default.createElement(index_1.CliReference, null);
11
+ };
12
+ exports.BasicCliReference = BasicCliReference;
13
+ //# sourceMappingURL=cli-reference.composition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli-reference.composition.js","sourceRoot":"","sources":["../cli-reference.composition.tsx"],"names":[],"mappings":";;;;;;AAAA,kDAA0B;AAC1B,mCAAuC;AAEhC,MAAM,iBAAiB,GAAG,GAAG,EAAE;IACpC,OAAO,8BAAC,oBAAY,OAAG,CAAC;AAC1B,CAAC,CAAC;AAFW,QAAA,iBAAiB,qBAE5B"}
@@ -0,0 +1,4 @@
1
+ ---
2
+ description: 'Bit command synopses. Bit version: 1.12.69'
3
+ labels: ['cli', 'mdx', 'docs']
4
+ ---