UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

6 lines (5 loc) 611 B
declare const floatRight: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const floatLeft: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const floatNone: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const clearfix: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; export { floatRight, floatLeft, floatNone, clearfix };