fomantic-ui-react
Version:
Fomantic-UI React -- A React Component Library.
8 lines (7 loc) • 325 B
TypeScript
import React from 'react';
import { StickyProps } from './type';
declare const Sticky: {
({ as, className, context, setSize, pushing, topOffset, bottomOffset, children, style, ...props }: StickyProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
displayName: string;
};
export default Sticky;