UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 253 B
/// <reference types="react" /> import { HtmlProps } from "@docsvision/web/core/component"; import './QuotesInner'; export interface IQuotesInnerProps extends HtmlProps.div { } export declare function QuotesInner(props: IQuotesInnerProps): JSX.Element;