UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

10 lines 228 B
import { createUtil } from "../util"; /** * Prototope z-index util. * * @param z - Z index. * @returns - Prototope util. */ const z = (z) => createUtil({ zIndex: `${z}` }); export { z }; //# sourceMappingURL=z-index.js.map