@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
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 {};