@instructure/quiz-grading
Version:
The Quiz React SDK by Instructure Inc.
7 lines • 338 B
JavaScript
import { connect, screenreaderNotification } from '@instructure/quiz-core';
import { GradingSidebarItem as SidebarItem } from './presenter';
var mapDispatchToProps = {
screenreaderNotification: screenreaderNotification
};
export var GradingSidebarItem = connect(null, mapDispatchToProps)(SidebarItem);
export default GradingSidebarItem;