UNPKG

@atlaskit/section-message

Version:

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

4 lines (3 loc) 212 B
export { default } from './section-message'; export { default as SectionMessageAction } from './section-message-action'; export type { Appearance, SectionMessageProps, SectionMessageActionProps } from './types';