UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

10 lines (9 loc) 279 B
import { Util } from "../../declarations"; /** * Prototope background-color util. * * @param value - Config value. * @returns - Prototope util. */ declare const bgColor: (value: "dark" | "darker" | "light" | "lighter" | "primary" | "secondary") => Util; export { bgColor };