UNPKG

@lybioit/component-interface-pattern

Version:

Padrão de Interface de Componente - Abstrações para desenvolvimento de componentes reutilizáveis. Projeto da disciplina BRADEPO do IFSP-BRA.

10 lines 676 B
export { ComponentInterface } from './provided/ComponentInterface'; export { InterfacePort } from './provided/InterfacePort'; export { PortOutbox } from './required/PortOutbox'; export { StandardPortOutbox } from './required/StandardPortOutbox'; export { BroadcastPortOutbox } from './required/BroadcastPortOutbox'; export { NonComponentPortOutbox } from './required/NonComponentPortOutbox'; export type { ComponentInterface as IComponentInterface } from './provided/ComponentInterface'; export type { InterfacePort as IInterfacePort } from './provided/InterfacePort'; export type { PortOutbox as IPortOutbox } from './required/PortOutbox'; //# sourceMappingURL=index.d.ts.map