MCPcopy Create free account
hub / github.com/nodejs/nodejs.org / Description

Function Description

packages/ui-components/src/Common/Modal/index.tsx:41–45  ·  view source on GitHub ↗
({ children }: PropsWithChildren)

Source from the content-addressed store, hash-verified

39);
40
41const Description = ({ children }: PropsWithChildren) => (
42 <Dialog.Description className={styles.description}>
43 {children}
44 </Dialog.Description>
45);
46
47const Content = ({ children }: PropsWithChildren) => (
48 <main className={styles.wrapper}>{children}</main>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected