UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

9 lines 709 B
import { MowerPositionConfig } from '../types/renderer'; export declare function getMowerImageByModal(mowerModal: string, hasEdger: boolean): string; export declare function getDisabledMowerImageByModal(mowerModal: string): string; export declare function getNoPositionMowerImageByModal(mowerModal: string): string; export declare function getMowerImage(positonConfig: MowerPositionConfig, modelType?: string, hasEdger?: boolean): string; export declare function isNoPosture(posture?: number): boolean; export declare function isInvalidPosition(positonConfig: MowerPositionConfig): boolean; export declare function isOutOfRange(positonConfig: MowerPositionConfig): boolean; //# sourceMappingURL=mower.d.ts.map