Components
clickable-bubble
Code

ClickableBubble

ClickableBubble(props): null | ReactElement<any, string | JSXElementConstructor<any>>

Bubbles events to Clickable

Parameters

NameType
propsClickableBubbleProps & RefAttributes<HTMLDivElement>

Returns

null | ReactElement<any, string | JSXElementConstructor<any>>

Example

<Clickable>
 <ClickableBubble>
   <p>Clicking the text will bubble the Click event to Clickable</p>
 <ClickableBubble>
</Clickable>

Defined in

node_modules/.pnpm/@types+react@18.2.14/node_modules/@types/react/ts5.0/index.d.ts:355