UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 439 B
/// <reference types="react" /> import { FolderManagementOperationType } from '@docsvision/webclient/Platform/FolderManagementData'; export declare type FolderManagementAdaptiveMenuProps = { visible?: boolean; tabIndex?: number; expanded?: boolean; onClick?: (operation: FolderManagementOperationType) => void; }; export declare function FolderManagementAdaptiveMenu(props: FolderManagementAdaptiveMenuProps): JSX.Element;