import figma, { html } from "@figma/code-connect/html";
// Desktop v3 (newest)
figma.connect(
"https://www.figma.com/design/3WoKOSGtaSjhUHKldHCXbc/Desktop-Components-3?node-id=496-6135",
{
props: {
items: figma.children("*"),
},
example: props =>
html` ${props.items} `,
}
);