UNPKG

@grandlinex/react-components

Version:
7 lines (6 loc) 238 B
import React from 'react'; export default function AnimateBox({ type, children, customBackground, }: { children?: React.ReactNode | React.ReactNode[]; type: 'glow' | 'rotate'; customBackground?: string; }): React.JSX.Element;