Repository URL to install this package:
|
Version:
2.1.2-perf.5 ▾
|
/**
* @note - the inputs were here, but the import order was causing circular issues
* in particular, in TextBox (which should be rewritten)
*/
export const inputChains = [];
export function register(plugin) {
if (Array.isArray(plugin)) {
plugin.forEach(register);
} else {
inputChains.push(plugin);
}
} //# sourceMappingURL=config.js.map