UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

11 lines (10 loc) 302 B
import React from "react"; interface OverflowWrapperProps { children: React.ReactNode; maxHeight?: string; maxWidth?: string; direction?: "horizontal" | "vertical" | "both"; hideScrollbar?: boolean; } export declare const OverflowWrapper: React.FC<OverflowWrapperProps>; export {};