UNPKG

useloadpcd

Version:

A .pcd file loader for React with React hooks and Three.js.

5 lines (4 loc) 228 B
/// <reference types="react" /> import { IConfig, IFeedback } from './@types/types'; declare const load: (path: string, configuration: IConfig) => [import("react").RefObject<HTMLDivElement>, IFeedback]; export default load;