react-qml
Version:
10 lines (9 loc) • 597 B
TypeScript
import { QQmlObjectModel } from '../components/QtQuick';
export declare function getObjectType(obj: object): string;
export declare function isAnimation(obj: any): boolean;
export declare function isPlatformObject(obj: object): boolean;
export declare function isWindow(obj: object): boolean;
export declare function isPlatformDialog(obj: object): boolean;
export declare function isQuickItem(obj: any): any;
export declare function findChildIndex(parentData: any, child: Qml.QmlElement): number;
export declare function findModelChildIndex(model: QQmlObjectModel, child: Qml.QmlElement): number;