UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

16 lines (11 loc) 455 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const primitives = require('./primitives.cjs'); const NotificationParts = { Root: primitives.NotificationRoot, Heading: primitives.NotificationHeading, Description: primitives.NotificationDescription, CloseTrigger: primitives.NotificationCloseTrigger, ActionTrigger: primitives.NotificationActionTrigger }; exports.NotificationParts = NotificationParts;