UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

13 lines 388 B
import WAITING from "./sending.png"; import GREY_TICK from "./grey-tick-icon.png"; import GREY_DOUBLE_TICK from "./grey-double-tick-icon.png"; import BLUE_DOUBLE_TICK from "./blue-double-tick-icon.png"; import ERROR_TICK from "./error.png"; export const ICONS = { WAITING, GREY_TICK, GREY_DOUBLE_TICK, BLUE_DOUBLE_TICK, ERROR_TICK, }; //# sourceMappingURL=index.js.map