UNPKG

@vladkrutenyuk/three-kvy-core

Version:

Everything you need to create any-complexity 3D apps with Three.js. Empower Three.js with a modular, lifecycle-managed context that seamlessly propagates through objects via reusable features providing structured logic.

4 lines (3 loc) 236 B
export declare const defineProps: <T>(o: T, properties: PropertyDescriptorMap & ThisType<any>) => T; export declare const readOnly: (value: any) => PropertyDescriptor; export declare const notEnumer: (value: any) => PropertyDescriptor;