UNPKG

@itwin/presentation-components

Version:

React components based on iTwin.js Presentation library

7 lines 238 B
import { PropertyValue } from "@itwin/appui-abstract"; /** @internal */ export interface PropertyEditorAttributes { getValue: () => PropertyValue | undefined; htmlElement: HTMLElement | null; } //# sourceMappingURL=Common.d.ts.map