import { createUtil } from "../util"; const maxHFull = createUtil({ maxHeight: "100%" }); const maxHScreen = createUtil({ maxHeight: "100vh" }); export { maxHFull, maxHScreen };