UNPKG

diginext-pixi

Version:
10 lines (9 loc) 317 B
import '../plugins/ResizeObserver'; type IBasicApp = { listener: any; maxDevicePixelRatio?: number; backgroundAlpha?: number; resize?: boolean; }; export declare const BasicApp: ({ maxDevicePixelRatio, backgroundAlpha, resize: _resize, ...props }: IBasicApp) => any; export default BasicApp;