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