UNPKG

@scena/react-ruler

Version:

A React Ruler component that can draw grids and scroll infinitely.

7 lines (5 loc) 150 B
import Ruler, * as others from "./index.esm"; for (const name in others) { (Ruler as any)[name] = (others as any)[name]; } export default Ruler;