UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 296 B
/// <reference types="react" /> /** @internal */ export interface IItemTextProps { configuredToHide?: boolean; children?: any; /** Всплывающая подсказка */ tip?: string; } /** @internal */ export declare const ItemText: (props: IItemTextProps) => JSX.Element;