UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

9 lines (8 loc) 387 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Sticky: { ({ as, className, context, setSize, pushing, topOffset, bottomOffset, children, style, ...props }: import("./type").StickyProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default Sticky;