UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

4 lines (3 loc) 272 B
import { PresetRegister } from '../BasePreset'; import { WFCTilePropertiesSopNode } from '../../../src/engine/nodes/sop/WFCTileProperties'; export declare const WFCTilePropertiesSopPresetRegister: PresetRegister<typeof WFCTilePropertiesSopNode, WFCTilePropertiesSopNode>;