JhonSJ

Results 2 comments of JhonSJ

@mdodge-ecgrow Your type for the position property is string but, the style property has the type position as Position | undefined, change your type or use CSSProperties ``` type ThumbVerticalBaseStyles...

You can add this as custom services ``` "figma-proto": { regex: /^(?:https?:\/\/)?(?:www\.)?figma\.com\/proto\/([a-zA-Z0-9]+(?:\/.*)?)$/, embedUrl: "https://embed.figma.com/proto/?node-id=20-4&p=f&scaling=scale-down&content-scaling=fixed&page-id=0%3A1&embed-host=share", html: ``, width: 800, height: 450, }, ```