UNPKG

react-container-query

Version:
10 lines (9 loc) 292 B
import { Params, Query } from './interfaces'; export default class ContainerQueryCore { private rol; private result; private animationFrameRequestId; constructor(query: Query, callback: (params: Params) => void); observe(element: Element): void; disconnect(): void; }