UNPKG

react-navigation-stack

Version:
11 lines (10 loc) 202 B
export default function useTheme(): { dark: boolean; colors: { primary: string; background: string; card: string; text: string; border: string; }; };