UNPKG

@isotope/prototope

Version:

Isotope-based JavaScript library for speedy UI prototyping

8 lines (5 loc) 279 B
import { createUtil } from "../util"; const underline = createUtil({ textDecoration: "underline" }); const lineThrough = createUtil({ textDecoration: "line-through" }); const noUnderline = createUtil({ textDecoration: "none" }); export { underline, lineThrough, noUnderline };