UNPKG

holographic-sticker

Version:

A React component library for creating holographic sticker effects

10 lines (9 loc) 250 B
import React from 'react'; export interface RefractionProps { className?: string; intensity?: number; variant?: 'default' | 'debug'; colors?: string[]; } declare const Refraction: React.FC<RefractionProps>; export default Refraction;