UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

5 lines (4 loc) 191 B
import React from 'react'; import type { OverlayAnimateProps } from './types'; declare const OverlayAnimate: (props: OverlayAnimateProps) => React.JSX.Element; export default OverlayAnimate;