@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
8 lines (6 loc) • 349 B
TypeScript
/// <reference types="react" />
import { HtmlProps } from '@docsvision/web/core/component/HtmlProps';
export interface IInputMaskContainerProps extends HtmlProps.div {
}
/** Стилевой контейнер поля с маской { @see InputMask }. */
export declare function InputMaskContainer(props: IInputMaskContainerProps): JSX.Element;