UNPKG

hologram-sticker

Version:

A React component library for creating holographic sticker effects

9 lines (8 loc) 195 B
import React from 'react'; export interface GemstoneProps { src: string; alt?: string; className?: string; } declare const Gemstone: React.FC<GemstoneProps>; export default Gemstone;