@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
10 lines (9 loc) • 361 B
TypeScript
import React from 'react';
interface ContextMyComponentProps {
id?: string;
schemaId?: string;
}
export declare const ContextMyComponent: React.Context<ContextMyComponentProps>;
export declare const ProviderContextMyComponent: React.Provider<ContextMyComponentProps>;
export declare function useContextMyComponent(): ContextMyComponentProps;
export {};