UNPKG

@livelike/react-native

Version:

LiveLike React Native package

10 lines (8 loc) 167 B
export enum PopoverType { Menu = 'menu', Reactions = 'reactions', } export type PopoverDetail = { messageId: string; popoverType: PopoverType | undefined; };