UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

11 lines (10 loc) 259 B
import { Util } from "../../declarations"; declare type Opacity = 0 | 25 | 50 | 75 | 100; /** * Prototope opacity util. * * @param value - Config value. * @returns - Prototope util. */ declare const opacity: (value: Opacity) => Util; export { opacity };