UNPKG

holographic-sticker

Version:

A React component library for creating holographic sticker effects

7 lines (6 loc) 156 B
import React from 'react'; export interface MinimapProps { className?: string; } declare const Minimap: React.FC<MinimapProps>; export default Minimap;