UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

11 lines (10 loc) 1.35 kB
declare const bgBottom: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgCenter: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgLeft: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgLeftBottom: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgLeftTop: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgRight: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgRightBottom: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgRightTop: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; declare const bgTop: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void; export { bgBottom, bgCenter, bgLeft, bgLeftBottom, bgLeftTop, bgRight, bgRightBottom, bgRightTop, bgTop };