UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

13 lines (12 loc) 456 B
/// <reference types="react" /> import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; import { LoadingState } from "@docsvision/webclient/System/LoadingState"; /** @internal */ export interface IPartnerDirectoryTreeItem extends GenModels.PartnerDirectoryItem { expanded?: boolean; loadingState?: LoadingState; displayName?: React.ReactNode; visible?: boolean; parentId?: string; level?: number; }