UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

7 lines 325 B
import { createUtil } from "../util"; const clearLeft = createUtil({ clear: "left" }); const clearRight = createUtil({ clear: "right" }); const clearBoth = createUtil({ clear: "both" }); const clearNone = createUtil({ clear: "none" }); export { clearLeft, clearRight, clearBoth, clearNone }; //# sourceMappingURL=clear.js.map