lingo3d-react
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
9 lines (8 loc) • 322 B
TypeScript
type Options<T extends Record<string, any>> = {
lifetime?: number;
type?: string;
data?: T;
id?: string;
};
declare const _default: <T extends Record<string, any> = Record<string, any>>(o?: Options<T> | undefined) => readonly [Options<T>[], (_o?: Options<T> | undefined) => void];
export default _default;