(props: NodeTitleProps)
| 44 | export type NodeTitleProps = ComponentProps<typeof CardTitle>; |
| 45 | |
| 46 | export const NodeTitle = (props: NodeTitleProps) => <CardTitle {...props} />; |
| 47 | |
| 48 | export type NodeDescriptionProps = ComponentProps<typeof CardDescription>; |
| 49 |
nothing calls this directly
no outgoing calls
no test coverage detected