import figma, { html } from "@figma/code-connect/html"; // Desktop V3 figma.connect( "https://www.figma.com/design/3WoKOSGtaSjhUHKldHCXbc/Desktop-Components-3?node-id=475-5657", { props: { label: figma.string("Label"), disabled: figma.enum("State", { Disabled: true, }), }, example: props => html` `, } );