lingo3d-vue
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
13 lines (12 loc) • 788 B
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Required<import("lingo3d/lib/interface/utils/extractProps").ExtractProps<import("lingo3d/lib/interface/ISpawnPoint").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/ISpawnPoint").default>>>>, {
animationPaused: boolean;
helper: boolean;
}>, {
default: (_: {}) => any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};