UNPKG

@pmndrs/uikit

Version:

Build performant 3D user interfaces with Three.js and yoga.

4 lines (3 loc) 286 B
export { z } from 'zod'; export { baseOutPropertyShape, baseOutPropertiesSchema, createInPropertiesSchema, functionSchema, instanceSchema, } from './properties/schema.js'; export { ComponentPropertiesSchemas, componentSchemas, type ComponentSchemaName } from './components/schemas.js';