UNPKG

diginext-pixi

Version:
10 lines (9 loc) 220 B
import { Container } from 'pixi.js'; export default class Ruler extends Container { #private; constructor(props?: any); unit: string; widthStep: number; heightStep: number; props: any; }