UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

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