UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

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