UNPKG

@crossed/sheet

Version:

A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.

20 lines 750 B
/** * Copyright (c) Paymium. * * This source code is licensed under the MIT license found in the * LICENSE file in the root of this projects source tree. */ export declare function getDeviceHeight(statusBarTranslucent: boolean | undefined, heightProps: number): number; export declare const getElevation: (elevation: number) => { elevation: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; export declare const SUPPORTED_ORIENTATIONS: ('portrait' | 'portrait-upside-down' | 'landscape' | 'landscape-left' | 'landscape-right')[]; export declare const waitAsync: (ms: number) => Promise<null>; //# sourceMappingURL=utils.d.ts.map