import type { FlexBoxProps } from '@ariestools/sdk-react/flexbox'; import type { PropertyAction } from './Action.js'; /** Props for {@link PropertyActions} and {@link PropertyActionsMenu}. */ export interface PropertyActionsProps extends FlexBoxProps { actions?: PropertyAction[]; buttons?: boolean; } //# sourceMappingURL=ActionsProps.d.ts.map