UNPKG

react-qml

Version:
5 lines (4 loc) 142 B
import * as QtQml from '../QtQml/types'; export declare type QQuickLocalStorage = { openDatabaseSync(args: any): void; } & QtQml.QObject;