UNPKG

ov25-ui

Version:

A UI configurator for OV25 product visualization

7 lines (6 loc) 219 B
import React from 'react'; type AttachmentPointAnimationProps = { className?: string; }; export declare function AttachmentPointAnimation({ className }: AttachmentPointAnimationProps): React.JSX.Element; export {};