@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
8 lines (7 loc) • 324 B
TypeScript
export declare const ColumnStatus: import("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;
}[];