UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

7 lines (6 loc) 761 B
declare const selfAuto: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const selfStart: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const selfCenter: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const selfEnd: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const selfStretch: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; export { selfAuto, selfStart, selfCenter, selfEnd, selfStretch };