UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

7 lines 235 B
const nonEditorSchemaSet = new Set(); export default nonEditorSchemaSet; export const hideSchema = (props) => { for (const prop of props) nonEditorSchemaSet.add(prop); }; //# sourceMappingURL=nonEditorSchemaSet.js.map