UNPKG

hologram-sticker

Version:

A React component library for creating holographic sticker effects

8 lines (7 loc) 205 B
import React from 'react'; export interface DebugLayerProps { variant?: 'default' | 'clipped'; className?: string; } declare const DebugLayer: React.FC<DebugLayerProps>; export default DebugLayer;