UNPKG

vlibras-player-webjs

Version:

Biblioteca JavaScript moderna para integração do VLibras Player com React, Vue, Angular e vanilla JS

8 lines 291 B
/** * Barrel export para módulo Features/Plugins * Open/Closed Principle: Sistema extensível de plugins */ export * from './VLibrasPlugins'; export * from './interfaces'; export type { PluginRegistry, PluginConfig } from '../../types/features.types'; //# sourceMappingURL=index.d.ts.map