UNPKG

@5minds/processcube_app_sdk

Version:
7 lines (6 loc) 277 B
import { PropsWithChildren } from 'react'; type FlowNodeButtonsContainerProps = { width: number; }; export declare function FlowNodeButtonsContainer({ width, children }: PropsWithChildren<FlowNodeButtonsContainerProps>): import("react/jsx-runtime").JSX.Element; export {};