All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.decorators.property.d.ts Maven / Gradle / Ivy

import type { Property } from "../UI5ElementMetadata.js";
/**
 * Returns a property decorator.
 *
 * @param { Property } propData
 * @returns { PropertyDecorator }
 */
declare const property: (propData?: Property) => PropertyDecorator;
export default property;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy