UNPKG

@lookwe/lui

Version:

Lookwe UI web components

10 lines (9 loc) 668 B
import { type EventName } from '@lit/react'; import * as React from 'react'; import { IntersectionIntersectingChangeEvent } from '../components/intersection/event/intersection-intersecting-change-event'; import { LuiIntersection as Component } from '../components/intersection/lui-intersection.js'; export { LuiIntersection as LuiIntersectionElement } from '../components/intersection/lui-intersection.js'; export declare const LuiIntersection: import("@lit/react").ReactWebComponent<Component, { onIntersectionIntersectingChange: EventName<IntersectionIntersectingChangeEvent>; }>; export type LuiIntersectionProps = React.ComponentProps<typeof LuiIntersection>;