@isotope/prototope
Version:
Isotope-based JavaScript library for speedy UI prototyping
10 lines (9 loc) • 298 B
TypeScript
import { Util } from "../../declarations";
/**
* Prototope placeholder color util.
*
* @param value - Config value.
* @returns - Prototope util.
*/
declare const placeholderColor: (value: "dark" | "darker" | "light" | "lighter" | "primary" | "secondary") => Util;
export { placeholderColor };