UNPKG

@sikka/hawa

Version:

Modern UI Kit made with Tailwind

10 lines (7 loc) 227 B
import { FC, RefObject } from 'react'; type ScrollIndicatorProps = { anchor: RefObject<HTMLInputElement>; inContainer?: boolean; }; declare const ScrollIndicator: FC<ScrollIndicatorProps>; export { ScrollIndicator };