UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

9 lines (8 loc) 295 B
export declare const NAMESPACE = "workflow-approval"; export declare function useTranslation(): { t: (key: string, options?: {}) => string; }; export declare function lang(key: string, options?: {}): string; export declare const tval: (key: string, options?: { ns: string; }) => string;