UNPKG

@tresjs/core

Version:

Declarative ThreeJS using Vue Components

8 lines (7 loc) 298 B
import { TresContext } from '../useTresContextProvider'; export declare function useTresReady(ctx?: TresContext): import('@vueuse/core').EventHook<TresContext> & { cancel: () => void; }; export declare function onTresReady(fn: (ctx: TresContext) => void): { off: () => void; } | undefined;