UNPKG

@figma/code-connect

Version:

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

9 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.html = html; function html(strings, ...values) { ; (void strings, values); // intentionally unused return { __tag: 'HtmlTemplateString' }; } //# sourceMappingURL=template_literal.js.map