UNPKG

diginext-pixi

Version:
4 lines (3 loc) 149 B
import { Container } from 'pixi.js'; declare const getChildById: (target: Container | undefined, id: string) => any; export default getChildById;