@yandex/ymaps3-types
Version:
Types for ymaps3 maps library
11 lines (10 loc) • 305 B
TypeScript
import './modules/types';
import './packages/types';
export * from "./imperative/index";
export * from "./common/types/index";
export const ready: Promise<void>;
declare const import_: import('./import').Import;
export { import_ as import };
declare global {
const ymaps3: typeof import('./index');
}