UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 205 B
/// <reference types="react" /> /** @internal */ export interface ISmallItemBoxProps { children?: any; } /** @internal */ export declare const SmallItemBox: (props: ISmallItemBoxProps) => JSX.Element;