@atlaskit/section-message
Version:
A section message is used to alert users to a particular section of the screen.
9 lines (8 loc) • 345 B
TypeScript
/**
* @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.
*/
export type { SectionMessageActionProps } from '../types';