UNPKG

@itwin/core-react

Version:

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

9 lines 200 B
/** * PointProps is identical to XAndY in @core/geometry, but * @internal */ export interface PointProps { readonly x: number; readonly y: number; } //# sourceMappingURL=PointProps.d.ts.map