UNPKG

@yandex/ymaps3-types

Version:

Types for ymaps3 maps library

19 lines (18 loc) 609 B
import { YMapContainer, YMapContainerProps, YMapContainerPropsImpl } from "../YMapContainer"; /** * @deprecated Use {@link YMapContainerPropsImpl} instead * @private */ type YMapReactContainerPropsImpl<TContext> = YMapContainerPropsImpl<TContext>; /** * @deprecated Use {@link YMapContainerProps} instead * @private */ type YMapReactContainerProps<TContext> = YMapContainerProps<TContext>; /** * @deprecated Use {@link YMapContainer} instead * @private */ declare class YMapReactContainer extends YMapContainer { } export { YMapReactContainer, YMapReactContainerPropsImpl, YMapReactContainerProps };