UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

11 lines (10 loc) 236 B
import { Util } from "../../declarations"; declare type Z = 0 | 10 | 20 | 30 | 40 | 50 | "auto"; /** * Prototope z-index util. * * @param z - Z index. * @returns - Prototope util. */ declare const z: (z: Z) => Util; export { z };