UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 278 B
/// <reference types="react" /> import { HtmlProps } from '@docsvision/web/core/component'; export interface ITextListInputWrapperProps extends HtmlProps.div { isDate: boolean; } export declare function TextListInputWrapper(props: ITextListInputWrapperProps): JSX.Element;