UNPKG

gwitter

Version:

Turn GitHub Issues into your personal microblog platform

8 lines (7 loc) 247 B
import { ReactNode } from 'react'; interface AnimatedCardProps { children: ReactNode; id: string; } declare const AnimatedCard: ({ children, id }: AnimatedCardProps) => import("react/jsx-runtime").JSX.Element; export default AnimatedCard;