UNPKG

croact-ruler

Version:

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

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