UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 163 B
/// <reference types="react" /> import { StickyProps } from './sticky.type'; declare const _default: (props: StickyProps) => JSX.Element; export default _default;