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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy