UNPKG

react-native-unit-components

Version:

Unit React Native components

16 lines (12 loc) 424 B
import type { NativeComponentRendering, SlotRendering, } from '../../types/internal/bottomSheet.types'; export enum BottomSheetNativeMessage { REQUEST_RENDERING = 'requestRendering', } export enum CardAddToWalletErrors { closedNativeWalletScreen = 'VP_ERROR_302' } export type BottomSheetRenderingMessage = SlotRendering | NativeComponentRendering export type BottomSheetNativeEvent = BottomSheetRenderingMessage