UNPKG

react-krpano-toolkit

Version:

A React toolkit for KRPano integration with reusable functions and screen/hotspot configuration management

6 lines (5 loc) 217 B
import type { KrpanoLayerProps } from "../../types"; export declare function useLayer(): { addLayer: (name: string, options: KrpanoLayerProps, parent?: string) => void; removeLayer: (name: string) => void; };