UNPKG

hologram-sticker

Version:

A React component library for creating holographic sticker effects

8 lines (7 loc) 188 B
import React from 'react'; export interface SpotlightProps { className?: string; intensity?: number; } declare const Spotlight: React.FC<SpotlightProps>; export default Spotlight;