UNPKG

@itwin/presentation-components

Version:

React components based on iTwin.js Presentation library

20 lines 422 B
/** * @packageDocumentation * @module Properties */ /** * Name for `QuantityPropertyEditor`. * @internal */ export declare const QuantityEditorName: string; /** * Name for `NumericPropertyEditor`. * @internal */ export declare const NumericEditorName: string; /** * Name for `NavigationPropertyEditor`. * @internal */ export declare const NavigationEditorName: string; //# sourceMappingURL=EditorNames.d.ts.map