UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 188 B
import React from 'react'; export interface IBoxProps { error: boolean; children?: React.ReactElement; } export declare function Box({ error, children }: IBoxProps): JSX.Element;