UNPKG

material-motion

Version:

Makes it easy to add rich, interactive motion to your application.

4 lines (3 loc) 196 B
import { PointerEventStreams } from '../types'; export declare function getPointerEventStreamsFromElement(element: Element): PointerEventStreams; export default getPointerEventStreamsFromElement;