UNPKG

@5minds/processcube_app_sdk

Version:
9 lines (8 loc) 194 B
type GotoButtonProps = { onClick: (e: any) => void; }; /** * @deprecated */ export default function GotoButton(props: GotoButtonProps): import("react/jsx-runtime").JSX.Element; export {};