UNPKG

@upv/react-ui-core

Version:

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

11 lines (10 loc) 233 B
import React from "react"; interface StickyProps { children: React.ReactNode; top?: string; bottom?: string; zIndex?: number; responsive?: boolean; } export declare const Sticky: React.FC<StickyProps>; export {};