UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

8 lines (7 loc) 208 B
import React from 'react'; import type { OverlayV2Props } from './types'; declare const Overlay2: { (props: OverlayV2Props): React.JSX.Element | null; displayName: string; }; export default Overlay2;