UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (7 loc) 277 B
/// <reference types="react" /> import { HtmlProps } from '@docsvision/web/core/component'; export interface IListContentProps extends HtmlProps.span { searchText?: string; tooltip: string; } export declare function ListContent(props: IListContentProps): JSX.Element;