UNPKG

@mescius/dspdfviewer

Version:
4 lines (3 loc) 172 B
export { AttachmentsMsg as Msg, AttachmentsModel as Model } from './types'; export { init, update } from './state'; export { Attachments as View } from './Attachments';