UNPKG

@atlaskit/section-message

Version:

A section message is used to alert users to a particular section of the screen.

8 lines 427 B
/* eslint-disable @repo/internal/deprecations/deprecation-ticket-required -- VOLTC-139 tracks removal of these deprecated re-export shims. */ /** * @deprecated Use `import SectionMessageAction from '@atlaskit/section-message/message-action'` instead. */ export { default } from '../section-message-action'; /** * @deprecated Use `import type { SectionMessageActionProps } from '@atlaskit/section-message/types'` instead. */