UNPKG

shineout

Version:

Shein 前端组件库

5 lines (4 loc) 170 B
/// <reference types="react" /> import { PopoverContentProps } from './Props'; declare function Content(props: PopoverContentProps): JSX.Element; export default Content;