UNPKG

@appbuckets/react-ui

Version:
5 lines (4 loc) 161 B
import * as React from 'react'; import { StickyProps } from './Sticky.types'; declare const Sticky: React.FunctionComponent<StickyProps>; export default Sticky;