UNPKG

hologram-sticker

Version:

A React component library for creating holographic sticker effects

9 lines (8 loc) 208 B
import React from 'react'; export interface RootProps { children: React.ReactNode; className?: string; style?: React.CSSProperties; } declare const Root: React.FC<RootProps>; export default Root;