<DefaultCardContent />
function DefaultCardContent(props: { children?: ReactNode }): ReactNode
Simply renders the children passed to it.
Parameters
Parameter | Type | Description |
---|---|---|
props | { children? : ReactNode ; } | pass children to render instead of the default Ory Card components |
props.children? | ReactNode | - |
Returns
ReactNode