@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
9 lines (8 loc) • 341 B
TypeScript
import React from 'react';
export declare const ColumnStatus: React.MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>;
export declare const ColumnStatusComponent: (props: any) => import("react/jsx-runtime").JSX.Element;
export declare const approvalStatusOptions: {
value: any;
label: string;
color: string;
}[];