UNPKG

@sendbird/uikit-react-native-foundation

Version:

A foundational UI kit for building chat-enabled React Native apps.

5 lines (4 loc) 172 B
import React from 'react'; import type { UIKitTheme } from '../types'; declare const UIKitThemeContext: React.Context<UIKitTheme | null>; export default UIKitThemeContext;