UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

7 lines (6 loc) 196 B
export interface RadioWithTooltipOption { value: any; label: string; tooltip?: string; } export declare function RadioWithTooltip(props: any): import("react/jsx-runtime").JSX.Element;