UNPKG

@vctrl/viewer

Version:

vctrl/viewer is a React component library for rendering and interacting with 3D models. It's part of the vectreal ecosystem and is designed to work seamlessly with the vctrl/hooks package for model loading and management.

4 lines (3 loc) 159 B
import { IconProps } from './types'; declare const CrossIcon: ({ className }: IconProps) => import("react/jsx-runtime").JSX.Element; export default CrossIcon;