UNPKG

react-native-chating-ui-kit

Version:

CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly

18 lines 458 B
// @ts-ignore import WAITING from './sending.png'; // @ts-ignore import GREY_TICK from './grey-tick-icon.png'; // @ts-ignore import GREY_DOUBLE_TICK from './grey-double-tick-icon.png'; // @ts-ignore import BLUE_DOUBLE_TICK from './blue-double-tick-icon.png'; // @ts-ignore import ERROR_TICK from './error.png'; export const ICONS = { WAITING, GREY_TICK, GREY_DOUBLE_TICK, BLUE_DOUBLE_TICK, ERROR_TICK, }; //# sourceMappingURL=index.js.map