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.

5 lines (4 loc) 292 B
export declare const NAMESPACE = "workflow"; export declare function lang(key: string, options?: {}): string; export declare function useTranslation(): import("react-i18next").UseTranslationResponse<[string, string], undefined>; export declare const tval: (key: string, opts?: {}) => string;