polygonjs-engine
Version:
node-based webgl 3D engine https://polygonjs.com
6 lines (5 loc) • 301 B
TypeScript
import { TextSopNode } from '../../../src/engine/nodes/sop/Text';
import { PolyDictionary } from '../../../src/types/GlobalTypes';
declare type TextSopNodePresetFunction = (node: TextSopNode) => void;
export declare function TextSopNodePresets(): PolyDictionary<TextSopNodePresetFunction>;
export {};