PreviewLabOutlinedCard

fun PreviewLabOutlinedCard(modifier: Modifier = Modifier, shape: Shape = PreviewLabCardDefaults.OutlinedShape, colors: PreviewLabCardColors = PreviewLabCardDefaults.outlinedCardColors(), elevation: CardElevation = PreviewLabCardDefaults.outlinedCardElevation(), border: BorderStroke = PreviewLabCardDefaults.outlinedCardBorder(), content: @Composable ColumnScope.() -> Unit)
fun PreviewLabOutlinedCard(onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, shape: Shape = PreviewLabCardDefaults.OutlinedShape, colors: PreviewLabCardColors = PreviewLabCardDefaults.outlinedCardColors(), elevation: CardElevation = PreviewLabCardDefaults.outlinedCardElevation(), border: BorderStroke = PreviewLabCardDefaults.outlinedCardBorder(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable ColumnScope.() -> Unit)