UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

10 lines (6 loc) 149 B
'use strict' module.exports = strikethrough var all = require('../all') function strikethrough(h, node) { return h(node, 'del', all(h, node)) }