UNPKG

@scena/react-ruler

Version:

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

4 lines (3 loc) 171 B
import { RulerInterface, RulerProps } from "./types"; export declare const PROPERTIES: Array<keyof RulerProps>; export declare const METHODS: Array<keyof RulerInterface>;