UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

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