UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 285 B
/** * @internal * Свойства для { @link ScrollableModalDialog } */ export interface IScrollableModalAreaProps { maxHeight: string; } export declare const ScrollableModalArea: import("styled-components").StyledComponent<"div", any, IScrollableModalAreaProps, never>;