UNPKG

@itwin/presentation-components

Version:

React components based on iTwin.js Presentation library

10 lines 576 B
import { PropertyRecord } from "@itwin/appui-abstract"; import { PropertyEditorProps } from "@itwin/components-react"; import { PropertyEditorAttributes } from "../editors/Common.js"; /** @internal */ export interface QuantityPropertyEditorImplProps extends PropertyEditorProps { propertyRecord: PropertyRecord; } /** @internal */ export declare const QuantityPropertyEditorInput: import("react").ForwardRefExoticComponent<QuantityPropertyEditorImplProps & import("react").RefAttributes<PropertyEditorAttributes>>; //# sourceMappingURL=QuantityPropertyEditorInput.d.ts.map