UNPKG

shineout

Version:

A components library for React

8 lines (7 loc) 213 B
import Sticky from './sticky'; type RefSticky = typeof Sticky; export interface StickyComponent extends RefSticky { displayName: string; } declare const StickyComp: StickyComponent; export default StickyComp;