UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (8 loc) 160 B
import CLOSE from './close.png'; import TICK from './rightTick.png'; import WARNING from './warning.png'; export const ICONS = { CLOSE, TICK, WARNING, };