UNPKG

@react-three/lightmap

Version:

In-browser lightmap/AO baker for react-three-fiber and ThreeJS

10 lines (9 loc) 420 B
/// <reference types="react" /> export * from './core/Lightmap'; export declare const Lightmap: import("react").ForwardRefExoticComponent<import("./core/workbench").WorkbenchSettings & { disabled?: boolean | undefined; legacySuspense?: boolean | undefined; workPerFrame?: number | undefined; } & { children?: import("react").ReactNode; } & import("react").RefAttributes<import("three").Scene>>;