@isotope/prototope
Version:
Isotope-based JavaScript library for speedy UI prototyping
11 lines (10 loc) • 372 B
TypeScript
import { Util } from "../../declarations";
declare const bgGradient: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
/**
* Prototope background-image util.
*
* @param url - Background image URL.
* @returns - Prototope util.
*/
declare const bgUrl: (url: string) => Util;
export { bgGradient, bgUrl };