figspec-react

React binding for Figspec web components

  1. 1
  2. 2
  3. 3
import * as Figma from "figma-js";

export type SizedNode = Extract<Figma.Node, { absoluteBoundingBox: any }>;