react-native-unit-components
Version:
Unit React Native components
10 lines • 485 B
TypeScript
import type { NativeComponentRendering, SlotRendering } from '../../types/internal/bottomSheet.types';
export declare enum BottomSheetNativeMessage {
REQUEST_RENDERING = "requestRendering"
}
export declare enum CardAddToWalletErrors {
closedNativeWalletScreen = "VP_ERROR_302"
}
export type BottomSheetRenderingMessage = SlotRendering | NativeComponentRendering;
export type BottomSheetNativeEvent = BottomSheetRenderingMessage;
//# sourceMappingURL=bottomSheetMessage.d.ts.map