(props: NodeDescriptionProps)
| 49 | export type NodeDescriptionProps = ComponentProps<typeof CardDescription>; |
| 50 | |
| 51 | export const NodeDescription = (props: NodeDescriptionProps) => ( |
| 52 | <CardDescription {...props} /> |
| 53 | ); |
| 54 | |
| 55 | export type NodeActionProps = ComponentProps<typeof CardAction>; |
| 56 |
nothing calls this directly
no outgoing calls
no test coverage detected