UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

7 lines (6 loc) 340 B
import { NOTICE_KINDS as e, NOTICE_ROLES as t } from "./notice-constants.js"; import n from "./notice-icon.js"; import r from "./notice-content.js"; import i from "./notice-action.js"; import a from "./notice.js"; export { a as DtNotice, i as DtNoticeAction, r as DtNoticeContent, n as DtNoticeIcon, e as NOTICE_KINDS, t as NOTICE_ROLES };