@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
8 lines (7 loc) • 308 B
TypeScript
export declare const NAMESPACE = "workflow";
export declare function usePluginTranslation(): any;
export declare function useTranslation(): {
t: (key: string, options?: {}) => string;
};
export declare function lang(key: string, options?: {}): string;
export declare const tval: (key: string) => string;