UNPKG

@ucloud-pccl/react-components

Version:
12 lines (11 loc) 372 B
import React, { HTMLAttributes } from 'react'; declare const Extra: { ({ autoHidePopup, children, onClick, ...rest }: { /** * 扩展区域被点击后是否自动关闭弹出层 */ autoHidePopup?: boolean | undefined; } & React.HTMLAttributes<HTMLDivElement>): React.JSX.Element; isMenuItem: boolean; }; export default Extra;