UNPKG

diginext-pixi

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