Repository URL to install this package:
|
Version:
2.7.6 ▾
|
/**
* @note - the inputs were here, but the import order was causing circular issues
* in particular, in TextBox (which should be rewritten)
*/
import { InputChain } from './InputChain';
export declare const inputChains: InputChain[];
export declare function register(plugin: InputChain | InputChain[]): void;