UNPKG

@expo/styleguide-native

Version:

Foundational styles for Expo interfaces.

9 lines (8 loc) 451 B
import { palette } from './src/styles/palette'; import { shadows } from './src/styles/shadows'; import { lightTheme, darkTheme } from './src/styles/themes'; import { iconSize, borderRadius } from './src/styles/sizing'; import { spacing } from './src/styles/spacing'; import { breakpoints } from './src/styles/breakpoints'; export * from './src/icons'; export { borderRadius, breakpoints, darkTheme, iconSize, lightTheme, palette, shadows, spacing, };