// lib/props/index.ts export * from './prop.js' export * from './instanced-prop.js' export * from './composite.js' export * from './registry.js'