UNPKG

@codebayu/react-native-toast

Version:

The Package for creating dynamic and reusable styles in React Native App

13 lines 421 B
declare const ASSETS: { success: any; error: any; warning: any; }; declare const SCREEN_WIDTH: number; declare const ICON_SIZE = 20; declare const PADDING = 12; declare const CONTAINER_SIZE: number; declare const MAX_QUEUE_SIZE = 2; declare const THROTTLE_DELAY = 300; export { ASSETS, SCREEN_WIDTH, ICON_SIZE, PADDING, CONTAINER_SIZE, MAX_QUEUE_SIZE, THROTTLE_DELAY, }; //# sourceMappingURL=constant.d.ts.map