import figma, { html } from "@figma/code-connect/html";
// Desktop v3
figma.connect(
"https://www.figma.com/design/3WoKOSGtaSjhUHKldHCXbc/Desktop-Components-3?node-id=442-2086",
{
props: {
label: figma.string("Label"),
},
example: props => html`
`,
}
);