UNPKG

analytica-frontend-lib

Version:

Repositório público dos componentes utilizados nas plataformas da Analytica Ensino

10 lines 590 B
/** * Exports centralizados do sistema de avisos componentizado * * Use este arquivo para importar tudo que você precisa */ export { AlertsManager } from '../../AlertManager/index'; export { MessageStep, RecipientsStep, DateStep, PreviewStep, } from './AlertSteps/index'; export type { AlertsConfig, CategoryConfig, StepConfig, StepComponentProps, LabelsConfig, AlertData, AlertTableItem, } from '../../AlertManager/types/index'; export { useAlertFormStore, type RecipientItem, type RecipientCategory, } from '../../AlertManager/useAlertForm/index'; //# sourceMappingURL=index.d.ts.map