UNPKG

240 BTypeScriptView Raw
1import { OrientationType } from './Print.types';
2declare const _default: {
3 readonly name: string;
4 readonly Orientation: OrientationType;
5 print(): Promise<void>;
6 printToFileAsync(): Promise<void>;
7};
8export default _default;