UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

5 lines 216 B
import { createUtil } from "../util"; const maxHFull = createUtil({ maxHeight: "100%" }); const maxHScreen = createUtil({ maxHeight: "100vh" }); export { maxHFull, maxHScreen }; //# sourceMappingURL=max-height.js.map