UNPKG

@5minds/processcube_app_sdk

Version:
6 lines (5 loc) 169 B
type RemoteUserTaskProps = { url: string; }; export declare function RemoteUserTask(props: RemoteUserTaskProps): import("react/jsx-runtime").JSX.Element; export {};