UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

9 lines (8 loc) 216 B
/// <reference types="react" /> /** @internal */ export interface IItemIconProps { iconClass: string; children?: any; } /** @internal */ export declare const ItemIcon: (props: IItemIconProps) => JSX.Element;