UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

11 lines (10 loc) 315 B
import type { MouseEventHandler } from 'react'; interface ActionsSpacerProps { onClick: MouseEventHandler<HTMLElement>; noHover?: boolean; } export declare const ActionsSpacer: { ({ onClick, noHover }: ActionsSpacerProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export {};