UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

5 lines (4 loc) 451 B
declare const bgFixed: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgLocal: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgScroll: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; export { bgFixed, bgLocal, bgScroll };