@isotope/prototope
Version:
Isotope-based JavaScript library for speedy UI prototyping
6 lines (5 loc) • 623 B
TypeScript
declare const flexRow: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const flexRowReverse: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const flexCol: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
declare const flexColReverse: (node: import("@isotope/core/lib/node").IsotopeNode<any, import("../../declarations").PrototopeContext>) => void;
export { flexRow, flexRowReverse, flexCol, flexColReverse };