UNPKG

@itwin/core-react

Version:

A react component library of iTwin.js UI general purpose components

8 lines 224 B
/** @packageDocumentation * @module Base */ /** Returns `true` if browser supports PointerEvents API. * @internal */ export declare function hasPointerEventsSupport(): boolean; //# sourceMappingURL=PointerEvents.d.ts.map