Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 10, 2023 05:46
Embed
What would you like to do?
TextData interface
fun interface TextData {
@Composable
fun value(): TextConfig
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment