UNPKG

@tokens-studio/graph-engine

Version:

An execution engine to handle Token Studios generators and resolvers

8 lines 256 B
import { Node } from '../../programmatic/node.js'; export default class NodeDefinition extends Node { static title: string; static type: string; static description: string; constructor(props: any); } //# sourceMappingURL=colorScale.d.ts.map