UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

6 lines (5 loc) 226 B
import { Plugin } from '@tachybase/client'; export declare class SCCarbonCopyDetail extends Plugin { load(): Promise<void>; } export declare const CarbonCopyDetail: (props: any) => import("react/jsx-runtime").JSX.Element;