import type { IAttachableProps } from '../../../../Behaviors/Attachable'; import type { IDisableableProps } from '../../../../Behaviors/Disableable'; /** * Represents the `IAdornerElementProps` interface. * * @public */ export interface IAdornerElementProps extends IDisableableProps, IAttachableProps { } //# sourceMappingURL=IAdornerElementProps.d.ts.map