UNPKG

@itwin/core-react

Version:

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

11 lines 215 B
/** @packageDocumentation * @module Utilities */ /** Interface that returns indices of matches * @internal */ export interface IMatch { start: number; end: number; } //# sourceMappingURL=matches.d.ts.map