UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

15 lines 410 B
export namespace CALLBOX_BADGE_COLORS { let warning: string; } export namespace CALLBOX_BORDER_COLORS { let _default: string; export { _default as default }; export let ai: string; export let critical: string; } declare namespace _default { export { CALLBOX_BADGE_COLORS }; export { CALLBOX_BORDER_COLORS }; } export default _default; //# sourceMappingURL=callbox_constants.d.ts.map