Make @Preview internal.
And exclude class generated by Showkase
This commit is contained in:
parent
00ce51cade
commit
6bb01d640f
29 changed files with 60 additions and 58 deletions
|
|
@ -63,11 +63,11 @@ fun ShowkaseButton(
|
|||
|
||||
@Preview
|
||||
@Composable
|
||||
fun ShowkaseButtonLightPreview() = ElementPreviewLight { ContentToPreview() }
|
||||
internal fun ShowkaseButtonLightPreview() = ElementPreviewLight { ContentToPreview() }
|
||||
|
||||
@Preview
|
||||
@Composable
|
||||
fun ShowkaseButtonDarkPreview() = ElementPreviewDark { ContentToPreview() }
|
||||
internal fun ShowkaseButtonDarkPreview() = ElementPreviewDark { ContentToPreview() }
|
||||
|
||||
@Composable
|
||||
private fun ContentToPreview() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue