| 58 | * Frame node containing an ordered list of child nodes. |
| 59 | */ |
| 60 | export interface FrameNode extends ContainerNodeBase { |
| 61 | /** Identifies the node as a frame. */ |
| 62 | type: 'FRAME' |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * CSS variable reference extracted from Figma data. |
nothing calls this directly
no outgoing calls
no test coverage detected