MCPcopy Create free account
hub / github.com/ecomfe/tempad-dev / FrameNode

Interface FrameNode

packages/plugins/src/index.ts:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 * Frame node containing an ordered list of child nodes.
59 */
60export 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected