Skip to content

Commit 582eba7

Browse files
committed
chore: jsdoc
1 parent 997d54f commit 582eba7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/src/components/Message/MessageOverlayWrapper.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export type MessageOverlayWrapperProps = PropsWithChildren<{
2121
testID?: string;
2222
}>;
2323

24+
/**
25+
* Wraps the primary message overlay target so the active message can be teleported
26+
* into the overlay host while a placeholder preserves its original layout space.
27+
*/
2428
export const MessageOverlayWrapper = ({
2529
children,
2630
targetId,

0 commit comments

Comments
 (0)