@formant/ava-react
Version:
React components of AVA.
9 lines (8 loc) • 439 B
TypeScript
import { PluginManager } from './PluginManager';
export { createCustomPhraseFactory } from './createCustomPhraseFactory';
export { createEntityPhraseFactory } from './createEntityPhraseFactory';
export { createCustomBlockFactory } from './createCustomBlockFactory';
export { PluginManager } from './PluginManager';
export * from './presets';
export * from './plugin-protocol.type';
export declare const presetPluginManager: PluginManager;