UNPKG

@ducor/react

Version:

admin template ui interface

9 lines (8 loc) 284 B
import React from "react"; interface ScrollAreaControlProps { position: "top" | "right" | "bottom" | "left"; direction: "both" | "col" | "row"; incrementValue?: number; } declare const ScrollAreaControl: React.FC<ScrollAreaControlProps>; export default ScrollAreaControl;