UNPKG

expo-print

Version:

Provides an API for Android and iOS (AirPrint) printing functionality.

8 lines 260 B
import { OrientationType } from './Print.types'; declare const _default: { readonly Orientation: OrientationType; print(): Promise<void>; printToFileAsync(): Promise<void>; }; export default _default; //# sourceMappingURL=ExponentPrint.web.d.ts.map