react-native-gifted-chat
Version:
The most complete chat UI for React Native
8 lines • 364 B
TypeScript
/**
* 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