UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

8 lines (7 loc) 335 B
export declare const NAMESPACE = "@tachybase/plugin-workflow-approval"; 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;