UNPKG

apptise-component

Version:

React components for Apprise notification channel configuration

6 lines 562 B
export { FieldInput, NotificationChannelConfig, ChannelSelector, NotificationUrlInput, ConfigModal, NotificationChannelInput } from './components'; export type { NotificationChannel, TemplateToken, TemplateArg, FieldValue, ValidationError, NotificationChannelConfigProps } from './types'; export { validateAllFields } from './utils/validation'; export { buildNotificationUrl, selectTemplate, parseNotificationUrl } from './utils/urlBuilder'; export { NOTIFICATION_CHANNELS, getChannelByProtocol } from './data/channels/index'; //# sourceMappingURL=index.d.ts.map