Getting Started
Guides
Customization
Components
Utilities
useTheme is a hook that provides access to your application theme value inside component contexts.
useTheme returns the entire theme value. If a custom theme is passed to ComponentryProvider it will be returned.
const { fontSize } = useTheme()