@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
36 lines (32 loc) • 733 B
text/typescript
import { commonStyles } from '../../storybook/helper.stories.argtypes';
const toastNotificationArgTypes = {
content: {
description: 'Provides the notification content of this Notification Toast.',
control: { type: 'text' },
table: {
type: {
summary: 'ReactNode',
},
defaultValue: {
summary: 'undefined',
},
},
},
closeButtonLabel: {
description: 'Accessible name of the close button',
control: { type: 'text' },
table: {
type: {
summary: 'string',
},
defaultValue: {
summary: 'undefined',
},
},
},
};
export { toastNotificationArgTypes };
export default {
...commonStyles,
...toastNotificationArgTypes,
};