UNPKG

react-native-gifted-chat

Version:
8 lines 364 B
/** * Custom hook that returns the color scheme from GiftedChat context if provided, * otherwise falls back to the system color scheme from React Native. * * @returns The current color scheme ('light', 'dark', null, or undefined) */ export declare function useColorScheme(): import("react-native").ColorSchemeName; //# sourceMappingURL=useColorScheme.d.ts.map