vlibras-player-webjs
Version:
Biblioteca JavaScript moderna para integração do VLibras Player com React, Vue, Angular e vanilla JS
7 lines • 306 B
TypeScript
/**
* Barrel export para módulo Infrastructure/Events
* Dependency Inversion: Sistema de eventos como serviço
*/
export * from './VLibrasEvents';
export type { VLibrasEventPayload, VLibrasEventListener, VLibrasEventOptions } from '../../types/infrastructure.types';
//# sourceMappingURL=index.d.ts.map