UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

6 lines (5 loc) 603 B
declare const easeLinear: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const easeIn: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const easeOut: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const easeInOut: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; export { easeLinear, easeIn, easeOut, easeInOut };