UNPKG

expo-print

Version:

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

15 lines 307 B
export default { get Orientation() { return { portrait: 'portrait', landscape: 'landscape', }; }, async print() { window.print(); }, async printToFileAsync() { window.print(); }, }; //# sourceMappingURL=ExponentPrint.web.js.map