UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

5 lines (4 loc) 527 B
import { CometChatTheme } from "../../../theme/type"; import { DeepPartial } from "../../helper/types"; export declare const getMentionsListStyleLight: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => DeepPartial<CometChatTheme["mentionsListStyle"]>; export declare const getMentionsListStyleDark: (color: CometChatTheme["color"], spacing: CometChatTheme["spacing"], typography: CometChatTheme["typography"]) => DeepPartial<CometChatTheme["mentionsListStyle"]>;