UNPKG

popmotion-pose

Version:

A declarative animation library for HTML and SVG

7 lines (6 loc) 347 B
import { Action, ValueReaction, ColdSubscription } from 'popmotion'; import { Poser } from 'pose-core'; import { DomPopmotionPoser, DomPopmotionConfig } from '../types'; export { Action, Poser, ValueReaction, ColdSubscription }; declare const _default: (element: Element, config: DomPopmotionConfig) => DomPopmotionPoser; export default _default;