UNPKG

@react-three/lightmap

Version:

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

8 lines (7 loc) 249 B
import { Story, Meta } from '@storybook/react'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; declare type StoryWithArgs = Story<{ disabled: boolean; }>; export declare const Main: StoryWithArgs;