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