All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.MapEventType.d.ts Maven / Gradle / Ivy

The newest version!
declare namespace _default {
    let POSTRENDER: string;
    let MOVESTART: string;
    let MOVEEND: string;
    let LOADSTART: string;
    let LOADEND: string;
}
export default _default;
/**
 * *
 */
export type Types = "postrender" | "movestart" | "moveend" | "loadstart" | "loadend";
//# sourceMappingURL=MapEventType.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy