UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

10 lines (9 loc) 228 B
import { Util } from "../../declarations"; /** * Prototope flex-shrink util. * * @param shrink - Flex shrink value. * @returns - Prototope util. */ declare const flexShrink: (shrink?: 0 | 1) => Util; export { flexShrink };