Package-level declarations
Types
Link copied to clipboard
data class AnsaTypography( val titleLarge: <Error class: unknown class> = TextStyle(), val titleMedium: <Error class: unknown class> = TextStyle(), val titleSmallSemiBold: <Error class: unknown class> = TextStyle(), val titleSmallMedium: <Error class: unknown class> = TextStyle(), val bodyBold: <Error class: unknown class> = TextStyle(), val bodySemiBold: <Error class: unknown class> = TextStyle(), val bodyMedium: <Error class: unknown class> = TextStyle(), val subhead: <Error class: unknown class> = TextStyle(), val footnote: <Error class: unknown class> = TextStyle())
Link copied to clipboard
data class TypeSystem(val fontFamily: <Error class: unknown class> = FontFamily.Default, val definitions: AnsaTypography? = null)
The Typography system behind the Ansa components and screens. Updating the fontFamily and/or definitions here will update the entire SDK UI components accordingly.