UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 366 B
/** @review Свойства для {@link CustomTreeNodeIconDefault } */ export interface IProclamationProps { } /** Область с важным сообщением, выделенная оранжевым цветом и рамкой. */ export declare const Proclamation: import("styled-components").StyledComponent<"div", any, IProclamationProps, never>;