@lookwe/lui
Version:
Lookwe UI web components
16 lines (13 loc) • 525 B
JavaScript
import { createComponent } from '@lit/react';
import * as React from 'react';
import { LuiIntersection as LuiIntersection$1 } from '../components/intersection/lui-intersection.js';
const LuiIntersection = createComponent({
tagName: 'lui-intersection',
elementClass: LuiIntersection$1,
react: React,
events: {
onIntersectionIntersectingChange: 'intersection:intersecting-change',
},
displayName: 'LuiIntersection',
});
export { LuiIntersection, LuiIntersection$1 as LuiIntersectionElement };