@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
16 lines (15 loc) • 526 B
TypeScript
/// <reference types="react" />
/** Свойства для {@link RightArrowIcon} */
export interface LinksLoaderProps {
className?: string;
title?: string;
nativeTitle?: string;
wrapperClassName?: string;
width: number;
cropSvg?: boolean;
useSvgAnimation?: boolean;
}
/**
* Анимированная картинка-заглушка, показываемая во время загрузки заданий.
*/
export declare const LinksLoaderImage: (props: LinksLoaderProps) => JSX.Element;