UNPKG

@itwin/core-react

Version:

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

13 lines 295 B
/** @packageDocumentation * @module Common */ /** * Enumeration of orientation. * @public * @deprecated in 4.16.0. Use {@link @itwin/components-react#Orientation} instead. */ export declare enum Orientation { Horizontal = 0, Vertical = 1 } //# sourceMappingURL=Orientation.d.ts.map