UNPKG

@intuitionrobotics/thunderstorm

Version:
6 lines 405 B
import { type PlatformName } from "../../shared/consts.js"; import * as React from "react"; export declare function browserType(): PlatformName; export declare function convertBase64ToFile(fileName: string, base64: string, _mimeType?: string): File; export declare const stopPropagation: (e: MouseEvent | React.MouseEvent | KeyboardEvent | React.KeyboardEvent) => void; //# sourceMappingURL=tools.d.ts.map