UNPKG

@figma/code-connect

Version:

A tool for connecting your design system components in code with your design system in Figma

6 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getComponents = void 0; var figma_client_1 = require("./figma_client"); Object.defineProperty(exports, "getComponents", { enumerable: true, get: function () { return figma_client_1.getComponents; } }); //# sourceMappingURL=external.js.map