Repository URL to install this package:
|
Version:
2.7.6 ▾
|
/**
* @todo
* - this should not be exported
* - we want the plugins separate so they can be replaced without bloating the bundle
*/
export * from './config';
export * from './config.register';
export * from './typings';
export * from './ObserverInput';
export * from './InputState';
export * from './InputChain';
export { default } from './InputState';