PopoverDismiss
▸ PopoverDismiss(props): null | ReactElement<any, string | JSXElementConstructor<any>>
Dismiss the Popover
Parameters
| Name | Type |
|---|---|
props | PopoverDismissProps & RefAttributes<HTMLButtonElement> |
Returns
null | ReactElement<any, string | JSXElementConstructor<any>>
Example
<PopoverProvider>
<Popover>
<PopoverDismiss>Dismiss</PopoverDismiss>
</Popover>
</PopoverProvider>Defined in
node_modules/.pnpm/@types+react@18.2.14/node_modules/@types/react/ts5.0/index.d.ts:355