UNPKG

useloadpcd

Version:

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

4 lines (3 loc) 154 B
import { IConfig, ILoadedConfig } from '../@types/types'; declare const loadConfig: (userConfig: IConfig) => ILoadedConfig; export default loadConfig;