UNPKG

hologram-sticker

Version:

A React component library for creating holographic sticker effects

9 lines (8 loc) 201 B
import React from 'react'; export interface FrameProps { children: React.ReactNode; className?: string; emboss?: boolean; } declare const Frame: React.FC<FrameProps>; export default Frame;