Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created May 10, 2023 05:46
Show Gist options
  • Save KatieBarnett/f54c8bf7877a220d646e78a77a8d6379 to your computer and use it in GitHub Desktop.
Save KatieBarnett/f54c8bf7877a220d646e78a77a8d6379 to your computer and use it in GitHub Desktop.
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