UNPKG

holographic-sticker

Version:

A React component library for creating holographic sticker effects

8 lines (7 loc) 187 B
import React from 'react'; export interface ContentProps { children: React.ReactNode; className?: string; } declare const Content: React.FC<ContentProps>; export default Content;