UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

12 lines (11 loc) 690 B
import '../import'; declare module '../import' { interface Import { (pkg: '@yandex/ymaps3-cartesian-projection@0.0.1'): Promise<typeof import("./cartesian-projection/index")>; (pkg: '@yandex/ymaps3-spherical-mercator-projection@0.0.1'): Promise<typeof import("./spherical-mercator-projection/index")>; (pkg: '@yandex/ymaps3-controls@0.0.1'): Promise<typeof import("./controls/index")>; (pkg: '@yandex/ymaps3-markers@0.0.1'): Promise<typeof import("./markers/index")>; (pkg: '@yandex/ymaps3-hint@0.0.1'): Promise<typeof import("./hint/index")>; (pkg: '@yandex/ymaps3-clusterer@0.0.1'): Promise<typeof import("./clusterer/index")>; } }