UNPKG

lingo3d-vue

Version:

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

24 lines (23 loc) 1.05 kB
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Required<import("lingo3d/lib/interface/utils/extractProps").ExtractProps<import("lingo3d/lib/interface/IModel").default>>, any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Required<import("lingo3d/lib/interface/utils/extractProps").ExtractProps<import("lingo3d/lib/interface/IModel").default>>>>, { innerVisible: boolean; animationPaused: boolean; bloom: boolean; outline: boolean; visible: boolean; reflectionVisible: boolean; frustumCulled: boolean; castShadow: boolean; receiveShadow: boolean; resize: boolean; reflection: boolean; boxVisible: boolean; gravity: boolean; }>, { default: (_: {}) => any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };