UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

11 lines (10 loc) 584 B
/** @review Свойства для {@link CustomTreeNodeLoadingIconDefault } */ export interface ICustomTreeNodeLoadingIconDefaultProps { /** Дополнительный класс */ className?: string; /** Нужно ли анимировать */ animate?: boolean; } /** Иконка загрузки узла дерева. Пример использования см. {@link CustomTreeDefault} */ export declare const CustomTreeNodeLoadingIconDefault: import("styled-components").StyledComponent<"span", any, ICustomTreeNodeLoadingIconDefaultProps, never>;