lingo3d-vue
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
22 lines (21 loc) • 674 B
TypeScript
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
distance: {
type: NumberConstructor;
default: number;
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
distance: {
type: NumberConstructor;
default: number;
};
}>>, {
distance: number;
}>, {
default: (_: {}) => any;
}>;
export default _default;
type __VLS_WithTemplateSlots<T, S> = T & {
new (): {
$slots: S;
};
};