UNPKG

animejs

Version:

JavaScript animation engine

4 lines (3 loc) 231 B
export function createDrawable(selector: TargetsParam, start?: number, end?: number): Array<DrawableSVGGeometry>; import type { TargetsParam } from '../types/index.js'; import type { DrawableSVGGeometry } from '../types/index.js';