UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 188 B
/// <reference types="react" /> /** @internal */ export interface IItemSeparatorProps { } /** @internal */ export declare const ItemSeparator: (props: IItemSeparatorProps) => JSX.Element;