UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

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