UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

7 lines (6 loc) 795 B
declare const contentStart: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const contentCenter: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const contentEnd: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const contentBetween: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const contentAround: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; export { contentStart, contentCenter, contentEnd, contentBetween, contentAround };