UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

11 lines (10 loc) 251 B
import { Util } from "../../declarations"; declare type StrokeWidth = 0 | 1 | 2; /** * Prototope stroke util. * * @param value - Config value. * @returns - Prototope util. */ declare const stroke: (value: StrokeWidth) => Util; export { stroke };