@isotope/prototope
Version:
Isotope-based JavaScript library for speedy UI prototyping
8 lines (7 loc) • 927 B
TypeScript
declare const bgRepeat: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const bgNoRepeat: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const bgRepeatX: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const bgRepeatY: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const bgRepeatRound: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const bgRepeatSpace: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
export { bgRepeat, bgNoRepeat, bgRepeatX, bgRepeatY, bgRepeatRound, bgRepeatSpace };