UNPKG

lark-cms

Version:

Multi terminal CMS component library

9 lines (8 loc) 233 B
import React from "react"; type Props = { currentScrollY: number; childStyle: any; childElement: any; }; declare const YhwViewVisibilitySensor: (props: Props) => React.JSX.Element; export default YhwViewVisibilitySensor;