UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

6 lines (4 loc) 193 B
import React from 'react'; export interface ISettingsPopupRow extends React.HTMLAttributes<HTMLDivElement> { } export declare function SettingsPopupRow(props: ISettingsPopupRow): JSX.Element;