UNPKG

diginext-pixi

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