(props: NodeActionProps)
| 54 | export type NodeActionProps = ComponentProps<typeof CardAction>; |
| 55 | |
| 56 | export const NodeAction = (props: NodeActionProps) => <CardAction {...props} />; |
| 57 | |
| 58 | export type NodeContentProps = ComponentProps<typeof CardContent>; |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected