UNPKG

@web-package/react-widgets

Version:

This is package that provides templates that can significantly reduce CSS development works in a react development environment.

9 lines (8 loc) 293 B
export declare namespace Scrollable { interface Properties { children: JSX.Element; scrollbar?: boolean; } function Vertical(p: Properties): import("react/jsx-runtime").JSX.Element; function Horizontal(p: Properties): import("react/jsx-runtime").JSX.Element; }