UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (6 loc) 243 B
/// <reference types="react" /> import { HtmlProps } from '@docsvision/web/core/component'; export interface IListSlotProps extends HtmlProps.div { focused: boolean; } export declare function ListSlot(props: IListSlotProps): JSX.Element;